Merge pull request #100 from zeke/master

add a nicer version of ls
This commit is contained in:
Romain Prieto 2014-03-02 18:27:09 +11:00
commit 2ce25641cf

View File

@ -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`