From 6afa540c819b622ebd17d93791c2bf7af63affa1 Mon Sep 17 00:00:00 2001 From: zeke Date: Fri, 21 Feb 2014 14:05:52 -0800 Subject: [PATCH] add a nicer version of ls --- common/ls.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/common/ls.md b/common/ls.md index 7c9081f77a..e1dbbadf2c 100644 --- a/common/ls.md +++ b/common/ls.md @@ -24,3 +24,7 @@ `-U` for date of creation `-r` reverses the list `ls -tr` + +- List all filenames (one per line) without extra stuff like sizes and dates + +`ls -A1`