Entra nella cartella dove desideri cancellare i file e scrivi:
find . -name "file.txt" -print0 | xargs -0 rm -rf
Content-Length: 65340 | pFad | https://dev.to/giuseppemorelli/linux-bash-shell-rimuovere-file-ricorsivamente-2kom
8Entra nella cartella dove desideri cancellare i file e scrivi:
find . -name "file.txt" -print0 | xargs -0 rm -rf
For further actions, you may consider blocking this person and/or reporting abuse
S3CloudHub -
Serge Logvinov -
Juliana Costa -
Sharafat -
Fetched URL: https://dev.to/giuseppemorelli/linux-bash-shell-rimuovere-file-ricorsivamente-2kom
Alternative Proxies:
Top comments (0)