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`