Translating by amwps290

This commit is contained in:
amwps290
2018-02-24 16:37:12 +08:00
committed by GitHub
parent b2bd6c885c
commit 996408fa9d

View File

@@ -1,4 +1,4 @@
Make “rm” Command To Move The Files To “Trash Can” Instead Of Removing Them Completely
Make “rm” Command To Move The Files To “Trash Can” Instead Of Removing Them Completely
======
Human makes mistake because we are not a programmed devices so, take additional care while using `rm` command and don't use `rm -rf *` at any point of time. When you use rm command it will delete the files permanently and doesn't move those files to `Trash Can` like how file manger does.