|
Listing all the files names not starting as
hello all,
iam new to shell scripting.I have searched the forum and could'nd find a close enough answer and hence this post:
I want to list all the file names whose names don't start as abc.
For example if my folder constains files with names: abc123.txt,erdf23.rdf,ed45r.fmb
i want a command which will list only files erdf23.rdf,ed45r.fmb and omit the file abc123.txt.
the ls command does'nt seem to have a -not option
|