Home‎ > ‎blog‎ > ‎

Linux Bash Wildcards

posted 7 Aug 2010, 04:02 by Andreas Jostel   [ updated 10 Sept 2010, 05:29 ]
rm *
mv *linux*.html dir1
less d*.txt
rm junk.???
ls hda[0-9][0-9]
cp [A-Z]* dir2
rm *[!cehg]
Comments