Added new note regarding rm (#25711)

Added a note regarding the "rm: remove regular file 'hello'?" prompt that occurs when using the rm command and explained that rm is a permanent action and should be used with caution.
This commit is contained in:
laolmstead
2018-12-20 20:59:33 -05:00
committed by Manish Giri
parent 2d14103da8
commit c7b0f590c9

View File

@ -18,6 +18,8 @@ rm <file name or file path>
rm -R <folder name or folder path>
```
You will be prompted with **'rm: remove regular file hello?'** and will need to respond **'y'** before the file can be deleted. Use this command with caution because 'rm' is a permanent action.
There are few commonly used arguments:
- `-r` , means to recursively delete all the folders inside a directory.