Return to Snippet

Revision: 30175
at August 9, 2010 16:54 by kentoy


Initial Code
for x in *; do [-x $x -a -f $x.ext] && echo $x; done | xargs rm

Initial URL


Initial Description


Initial Title
Bash [One Liner] - Remove Utility : Remove All Files Other Than Ext

Initial Tags
Bash

Initial Language
Bash