Methods for safely deleting files in Linux
The command line in Linux is powerful, but it also allows a user to do a lot of dangerous things. Removing files with a wildcard is one of those things where a misplace space or typoed command can remove a lot more files that expected. One of the worst feelings …