Linux Delete All Files In Directory
This command delete all files in current directory:
1 |
sudo rm -rf * |
sudo rm -rf *
There are everything from everywhere
This command delete all files in current directory:
1 |
sudo rm -rf * |
sudo rm -rf *