Diario de navegante

Notas de interés personal

Mi foto
Nombre:
Lugar: Terrassa, Barcelona, Spain

jueves, septiembre 09, 2004

How to search and delete files in Unix/Linux

Esta línea tiene la culpa:
find /home/user/sampdir -iname "*.txt" -exec rm {} \;


LinuxQuestions.org - How to search and delete files in Unix/Linux - where Linux users come for help: "find /home/user/sampdir -iname '*.txt' -exec rm {} \;"