rm
is a unique command.
Some people use it normally:
rm
or like this:
rm -i
maybe like this (?) :
rm -ir
Im pretty sure this how most people use it:
rm -rf
but I use it like this:
rm -fr
But how about using mv
to /dev/null
?
Comments ? 😄
Top comments (1)
Most people better not us is as
rm -rf
by default!