mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-27 11:53:28 +00:00
Update cheatsheets
This commit is contained in:
@@ -14,16 +14,16 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Require all path components to exist:
|
||||
|
||||
`realpath --canonicalize-existing {{path/to/file_or_directory}}`
|
||||
`realpath {{[-e|--canonicalize-existing]}} {{path/to/file_or_directory}}`
|
||||
|
||||
- Resolve ".." components before symlinks:
|
||||
|
||||
`realpath --logical {{path/to/file_or_directory}}`
|
||||
`realpath {{[-L|--logical]}} {{path/to/file_or_directory}}`
|
||||
|
||||
- Disable symlink expansion:
|
||||
|
||||
`realpath --no-symlinks {{path/to/file_or_directory}}`
|
||||
`realpath {{[-s|--no-symlinks]}} {{path/to/file_or_directory}}`
|
||||
|
||||
- Suppress error messages:
|
||||
|
||||
`realpath --quiet {{path/to/file_or_directory}}`
|
||||
`realpath {{[-q|--quiet]}} {{path/to/file_or_directory}}`
|
||||
|
||||
Reference in New Issue
Block a user