Zed Lopez

Directory Listings the Way I Like Them (Some of the Time)

ls -lgohtrF --time-style=long-iso --group-directories-first |tail -n +2|cut -c1-13 --complement

Human-readable size, last modified time in ISO 8601 format, directories first, but otherwise sorted with most recently modified last, with suffixed symbols indicating directories, executables, etc., and without the initial total blocks line.