Try:ls -Alxh1
Equates to:
Show all Files without the implied dots, -A
in a Long Listing, -l
listed by line, instead of column, -x
in Human-Readable format, -h
with one file per line, -1
See man ls
Try:ls -Alxh1
Equates to:
Show all Files without the implied dots, -A
in a Long Listing, -l
listed by line, instead of column, -x
in Human-Readable format, -h
with one file per line, -1
See man ls