Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
nodata
on Aug 16, 2011
|
parent
|
context
|
favorite
| on:
You can list a directory containing 8 million file...
> To test this, he should try "ls | cat".
Running /bin/ls will bypass the alias.
adestefan
on Aug 16, 2011
[–]
Prefixing the command with a \ will also disable the alias (e.g. \ls)
threecheese
on Aug 20, 2011
|
parent
[–]
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:
Running /bin/ls will bypass the alias.