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:
parent
e015180320
commit
4278e7b935
1 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,10 @@
|
||||||
|
|
||||||
`ls -a`
|
`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:
|
- Long format list (permissions, ownership, size and modification date) of all files:
|
||||||
|
|
||||||
`ls -la`
|
`ls -la`
|
||||||
|
|
Loading…
Add table
Reference in a new issue