18 Kasım 2014 Salı

Find Files and Delete in a linux box

# Command finds files with gz extention recursively from the directory you are in to sub directories. Modify as you like.
find . -type f -name '*.gz' -exec rm -f {} \;

Hiç yorum yok:

Yorum Gönder