Y
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
pests
447 days ago
You can also use the full path to the program, enclose it in quotes, or call "unalias ls" to disassociate it for that shell.
link