mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-21 13:51:00 +00:00
Update cheatsheets
This commit is contained in:
@@ -11,7 +11,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- List all files, including hidden files:
|
||||
|
||||
`dir --all`
|
||||
`dir {{[-a|--all]}}`
|
||||
|
||||
- List files including their author (`-l` is required):
|
||||
|
||||
@@ -19,11 +19,11 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- List files excluding those that match a specified blob pattern:
|
||||
|
||||
`dir --hide={{pattern}}`
|
||||
`dir --hide {{pattern}}`
|
||||
|
||||
- List subdirectories recursively:
|
||||
|
||||
`dir --recursive`
|
||||
`dir {{[-R|--recursive]}}`
|
||||
|
||||
- Display help:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user