# Find
find . -name "*.torrent"
./xxx.torrent
./xxx1.torrent
./xxx2.torrent
# Delete it
find . -name "*.torrent" -delete
Created
April 19, 2023 17:11
-
-
Save zoonderkins/1c62c687ff187b1bc97f7d1c4ab353ec to your computer and use it in GitHub Desktop.
delete file with find command
Sijassadik
commented
Apr 19, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment