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

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`