Regarding the ls(1) documentation (man ls
):
-A, –almost-all do not list implied . and ..
you need (without any additional argument such as .*
):
ls -A
or better yet:
/bin/ls -A
Regarding the ls(1) documentation (man ls
):
-A, –almost-all do not list implied . and ..
you need (without any additional argument such as .*
):
ls -A
or better yet:
/bin/ls -A