RM Commands Cheat Sheet

Here is a cli commands cheat sheet for RM command, you can use this as a quick reminder for basic commands with a brief description for each of the commands.

What is RM command?

Add some data here

        # To remove all files and subdirs in :
rm -rf 

# To ignore non-existent files:
rm -f 

# To remove a file with this inode:
find /tmp/ -inum 6666 -exec rm -i '{}' \;
    

Check out the RM command documentation .


You can also check our MegaSh cheatsheet tool, that has 150+ searchable linux cheat sheets in one page, so you never forget a command as you work again

Check Also

Best AI tools list