Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 148 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 148 Bytes

useful_stuff

commands:

find /tmp/data/ -type f ! -name "*.ext" -exec rm {} +

Will remove all files that are not with ".ext" extention