To keep just *.gif files from the courant directory, just type this :
[pene@donunix] ls * | grep -v \.gif | xargs rm
remove all files, exept *.gif files
tags :
shell-script
Subscribe to:
Post Comments (Atom)
Welcome to Don Unix
The main purpose of this blog is to show you some interesting Unix and Linux Tips'n Tricks.
I hope you'll enjoy it
To keep just *.gif files from the courant directory, just type this :
[pene@donunix] ls * | grep -v \.gif | xargs rm
No comments:
Post a Comment