Shell
Make `rm -rf` Safer On Linux
rm is a basic command line tool on Linux OS. It is efficient but can be dangerous if we use incorrectly because it can delete all files and can’t undo. The post shows a way to change its default behavior. Create Shell Script myrm Write a shell script and make Read more…