|
How to "cp" or "rm" or "tar" all the files except a certain file?
Hi,
There're many files in a folder:
1.a
2.b
3.c
4.d
.
.
.
999.xyz
I want to cp *.* except one of them, or rm *.* except one of them, or tar *.* except one of them.
Is there any simple command or option could do it?
Thanks!
|