2 lines
33 B
Bash
2 lines
33 B
Bash
|
find ./ | grep -i \~ | xargs rm
|
|
find ./ | grep -i \~ | xargs rm
|