small doc update
authorIan Kelling <ian@iankelling.org>
Mon, 15 Aug 2016 02:57:37 +0000 (19:57 -0700)
committerIan Kelling <ian@iankelling.org>
Fri, 9 Sep 2016 21:06:17 +0000 (14:06 -0700)
ll-function

index c17ff3d36ef206bdf4ea68deef9646697c070349..415202fcc85362bf560435f0c8fc1f6508c29a33 100644 (file)
 # limitations under the License.
 
 
-# ls -lA with enhanced output
-# octal permissions
-# omited acl type specifier
-# better hard link count: number of subdirectories or number of linked files or omitted if 0
-# better human readable size
-# more natural date/time format for my American raised eyes
-# remove first line size summary
 ll() {
     case $1 in
         -h|--help)
             cat <<'EOF'
 usage: ll [ARGS_TO_LS]
-
 ls -lA with enhanced output
+
+octal permissions
+omited acl type specifier
+better hard link count: number of subdirectories or the
+    number of linked files or omitted if it is 0
+better human readable size
+more natural date/time format for my American raised eyes
+remove first line size summary
+
+/bin/ls output is below:
+
 EOF
             ;;
     esac