I have a directory with a bunch of files. Lets say all the files are named file.001, file.002, file.003, and so on. Is it possible to do an " rm -f file* " but specify to not delete one of the files?
rm -f file* "but not file.005"
Thanks in advance,
CP
rm -f file* "but not file.005"
Thanks in advance,
CP