Hacker News new | past | comments | ask | show | jobs | submit login

> To test this, he should try "ls | cat".

Running /bin/ls will bypass the alias.




Prefixing the command with a \ will also disable the alias (e.g. \ls)


Do you know where this is documented? (I just skimmed the bash docs and couldnt find it) thx.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: