rm -i - BSD
Users browsing this thread: 3 Guest(s)
|
|||
(21-11-2021, 08:18 AM)venam Wrote: When I want to override and alias, I prepend it with "command". So maybe you could try: `command rm -r`. There’s also the super intuitive and totally obvious version of prefixing the command with a backslash, so `\rm -r` would invoke the original `rm`. I haven’t checked how portable that is, but it at least works on Bash and OpenBSD’s ksh. |
|||
Messages In This Thread |
RE: rm -i - by movq - 21-11-2021, 02:34 PM
|