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 {} \;"
0 Comments:
Publicar un comentario
<< Home