diff --git a/bash_cheat_sheet.md b/bash_cheat_sheet.md index e14f676..a5ba6ae 100644 --- a/bash_cheat_sheet.md +++ b/bash_cheat_sheet.md @@ -9,3 +9,4 @@ Command | Flags | Arguments | What it Does | `-i` | ` ` | Interactive mode (to prevent unwanted overwriting) | `-R` | ` ` | Recursive mode: includes all folders and files `$ man` | None | | Display manual page for a given command + | `-R` | `` | Recursive mode: delete an entire folder including its contents (TAKE CAUTION!)