Skip to main content

Command Palette

Search for a command to run...

asking option for RM

Linux/Bash

Updated
1 min read
asking option for RM
  • outline

When deleting a file, it is safer to ask to raise awareness and prevent mistakes.

  • how-to
alias rm='rm -i'
  • note

Register above alias on ".bashrc"