ls(1) -lah
list directory contents
-l     use a long listing format
-a, --all
       do not ignore entries starting with .
-h, --human-readable
       with -l, print sizes in human readable format (e.g., 1K 234M 2G)
source manpages: ls