1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 16:26:04 +02:00

add a nicer version of ls

This commit is contained in:
zeke 2014-02-21 14:05:52 -08:00
parent a6c0586382
commit 6afa540c81

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`