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