/ Published in: Bash
the -r means it's recursive, the f suppresses the need to confirm every file deletion.
Expand |
Embed | Plain Text
rm -rf directoryname
You need to login to post a comment.
the -r means it's recursive, the f suppresses the need to confirm every file deletion.
rm -rf directoryname
You need to login to post a comment.