Click to See Complete Forum and Search --> : Tab shell scripts


dogn00dles
06-02-2002, 07:49 PM
I was curious if there was a key that emulated tab, that i could use in a simple script. i want to delete every file in the directory beginning with z, so i thought rm -f z [tab emulating crap] would do the job, if it was in some kind of loop. thanks guys...

debiandude
06-02-2002, 08:39 PM
rm -f z*

dogn00dles
06-02-2002, 10:13 PM
go'bless ya