Hi guys,i am trying to set up Vim as my C++ IDE since 2 days and no success so far.I have installed Vim pacman -Q vim
vim 7.3.661-1I have downloaded vim-latex and clang tar balls,extract and place appropriate directorys in ~/.vim e.g.
Hey i wrote a very simple script that extracts info from mocp and display them in conky#!/bin/bash# file moc-info# Get info from mocp and display them -> conkyFILE=`mocp -Q %file`if [ -z "$FILE" ]; thenecho "Status : No Player Present..."elsefilename=$(basename "$FILE")extension=${filename##*.}filename=${filename%.*}if [ "$1" = "-s" ]; thenecho
I've made a shell script for archiving HTML pages, i.e.
Hi,
I have a file in the following format
Code:
"SYLVESTER,WILLARD G"|"S00633600"|"221052958A"|"H2256"|"015"|""|"00000042BASJ"|"665303"|"N"|"20100211"|"380.4"|""|""|""|"5400"|"20110218"|""|"20110218"|"FEESC&qu
I have a script which never gets past these statements.
Code:
MYTEMPORARYTEMPFILE=/tmp/Log_File_Monitor_$$
ps -ef > $MYTEMPORARYTEMPFILE
if [ "`grep "$(basename "$0")" $MYTEMPORARYTEMPFILE | grep -v $$ | grep -v sh -c`" != "" ]
then
rm $MYTEMPORARYTEMPFILE
exit 2
fi
rm $MYTEMPORARYTEMPFILE
I do not understand this line fully.
Foucault wrote:......
title=`metaflac --show-tag="title" "$file.flac" | sed "s/title=//"`
...
flac -c -d "$file.flac" | oggenc -t "$title" -a "$artist" -G "$genre" -l "$album" \
-d "$date" -n "$track" -o $file.ogg -q $qual -The tag fields in sed may should be capitalized ("TITLE" and not
HelloI have a little problem here I'm trying to use feh as an image viewer and copied a script from the wiki to do so and works great, but whenever I try to launch it from PCManFM with a Custom Command Line it doesn't work.my script is ~/bin/fehviewer :#!/bin/bash
shopt -s nullglob
if [[ !
I have a file1.txt
file1.txt
Code:
F-120009210","Felix","U-M-F-F-F-","white","yes","no","U-M-F-F-F-","Bristol","RI","true"
F-120009213","Fluffy","U-F-","white","yes","no","M-F-","Warwick","RI","true"
U-12
Hi,
I have to assign a value for a varaiable based on a Input.