segunda-feira, 30 de abril de 2012

LINUX - Apagar vários arquivos



find ./ -maxdepth 1 -type f -mtime +30 | xargs ls -lh

essa linha diz, "Liste" todos os arquivos com mais de 30 dias, ai vc ajusta até achar seu resultado desejado. Caso haja subdiretorios tb, usa maxdepth maior (conforme os subdirs que deseja)

Dai pra frente é com vc.

pra apagar altere os paramentros no final, de ls -lh para rm -Rf

por Celso Domingues

Nenhum comentário:

Postar um comentário

Linux bash file returns unexpected token `$'do\r''

open file in vi edit with   vi filename.sh   command; type in vi  :set ff=unix  command; save file with  :wq It will save the file with unix...