Y
Hacker News
new
|
ask
|
show
|
jobs
by
abnry
636 days ago
I do the same. My alias for rm just echos "use trash" so I don't replace its function, just disable it.
When I really need to use rm I type /bin/rm.
1 comments
9dev
636 days ago
Bash also allows you to use \rm to override the alias. Comes in helpful at times.
link