View Single Post
Posts: 486 | Thanked: 251 times | Joined on Oct 2009
#6
Originally Posted by Vaskinn View Post
Be aware that rm (short for ReMove, makes it easier to remember) comes with the safety off:

- You will not be prevented from deleting important files if you have the filesystem permissions.
- There is no garbage can, once it's deleted it can't be easily recovered, if at all.
- Be careful if the filename includes spaces of special characters especially "*". If you try to delete a file named "copy of important.txt" you'll easily end up trying to delete three files, called "copy" "of" and "important.txt" and it will delete "important.txt" even if it can't find the others.
Which is just one of the reasons why special characters in filenames, especially delimiters such as white space, is a very bad idea.

Others are that the output of ls is messed up and various legacy scripts get broken, and new scripts by new programmers who have not yet learned all the ins and outs of programming.
__________________
The Mini-USB plug is an improvement over both the Type B plug and the Micro-B plug.