August 2009
14 posts
1 tag
Shell stuff: rename multiple files on the command... →
Remove suffix
for FILE in * ; do NEWFILE=`echo $FILE | sed ‘s/\:2,S*$//’` ; mv $FILE $NEWFILE ; done
July 2009
5 posts
1 tag
Did you known that...?
The Man pages are grouped into sections.
Section 1 user commands Section 2 system calls Section 3 library functions Section 4 special files Section 5 file formats Section 6 games Section 7 conventions and miscellany Section 8 administration and privileged commands Section L math library functions Section N tcl functions
http://linux.die.net/man
1 tag
Certificate Decoder - Decode certificates to view... →
1 tag
update-rc.d - install and remove init script links
update-rc.d -f courier-pop remove
http://www.annodex.net/cgi-bin/man/man2html?update-rc.d+8
Ciarán Walsh’s Blog » Customising Colours in... →