UNIX: remove files and directories recursively


/ Published in: Bash
Save to your folder(s)

the -r means it's recursive, the f suppresses the need to confirm every file deletion.


Copy this code and paste it in your HTML
  1. rm -rf directoryname

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.