Monday, 30 September 2013

filename substitution -- is there something to make sure it is not a certain letters?

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