PDA

View Full Version : HowTo: bash Tips and Tricks



barbarian
January 23rd, 2005, 10:49 PM
One more link related to command line:
http://www.caliban.org/bash/

Tichondrius
January 26th, 2005, 06:38 AM
nice, but it has a mistake (I stop reading after seeing it) :

"if you wanted a directory listing of all non PDF and PostScript files in the current directory, you might do this:

ls -lad !(*.p?(df|s))

"


This will exclude *.p as well as *.ps and *.pds !!!