1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 11:53:11 +02:00

Update ls.md by adding ls -F (#4071)

Co-authored-by: Zlatan Vasović <zlatanvasovic@gmail.com>
This commit is contained in:
Sarada Lee 2020-05-27 22:17:56 +08:00 committed by GitHub
parent e015180320
commit 4278e7b935
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,6 +10,10 @@
`ls -a`
- List all files, with trailing `/` added to directory names:
`ls -F`
- Long format list (permissions, ownership, size and modification date) of all files:
`ls -la`