Y
Hacker News
new
|
ask
|
show
|
jobs
by
comprev
192 days ago
"ls" shows only visible files whereas "ls -a" also displays those starting with a dot. Given the question doesn't that make your answer the correct one?
2 comments
zenoprax
192 days ago
`la -A` will also show hidden files but excludes the "." and ".."
I prefer that way in theory but a capital "A" is not as quick/easy to type.
link
derrida
192 days ago
It accepts ls -a as and answer and ls -l but not ls -al
link
I prefer that way in theory but a capital "A" is not as quick/easy to type.