Merge pull request #19 from dennisboys/improve-rm

added clarification to rm command
This commit is contained in:
Robert Chang
2016-11-15 12:25:46 +11:00
committed by GitHub

View File

@@ -172,6 +172,7 @@ unzip archive_name.zip
```
rm my_useless_file
```
IMPORTANT: The rm command deletes my_useless_file permanently, which is equivalent to move my_useless_file to Recycle Bin and hit Empty Recycle Bin.
## <a id="removefolder"></a>remove a folder