Hacker News new | ask | show | jobs
by tarxvf 447 days ago
fwiw you can usually bypass aliases ad-hoc.

In Bash I believe instead of `ls` you can `\ls` to get the unaliased version.

1 comments

You can also use the full path to the program, enclose it in quotes, or call "unalias ls" to disassociate it for that shell.