Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
pornel
on Aug 16, 2011
|
parent
|
context
|
favorite
| on:
You can list a directory containing 8 million file...
Wouldn't the reason be that `ls` tries to sort and stat the results?
Perhaps
ls -f1 # (one) disables sorting and just prints filenames
would be fast enough?
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Perhaps
would be fast enough?