filename substitution -- is there something to make sure it is not a
certain letters?
What is the command for getting a filename with any character EXCEPT a few?
Say I do not want the filename to contain the letters q and Q
ls [^qQ] does not work. What would I do?
No comments:
Post a Comment