How to remove files and directories via terminal (bash shell)
- by darknetmatrix
- Dec 24, 2018
- 1 min read
rm -rf *
Would remove everything (folders & files) in the current directory.
But be careful! Only execute this command if you are absolutely sure, that you are in the right directory.
Comentários