Can anyone write a shell script that deletes all the files in the folder except those with pdf extension?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
Or, if you are confident:
Or, the bulletproof version:
|
|||||||||||||||||
|
|
This will include all subdirectories:
This will act only in the current directory:
|
||||
|
This should do the trick:
|
|||
|
|
This will filter all files that don't end in PDF, and execute RM on them |
|||||||||
|