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

Co-authored-by: Zlatan Vasović <zlatanvasovic@gmail.com>
client-spec/clarity
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
1 changed files with 4 additions and 0 deletions

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`