Update cheatsheets

This commit is contained in:
ivuorinen
2025-04-28 00:20:19 +00:00
parent 5bf37ece1a
commit 2c0f4bfdb2
88 changed files with 330 additions and 253 deletions

View File

@@ -11,7 +11,7 @@ source: https://github.com/tldr-pages/tldr.git
- Add a new abbreviation:
`abbr --add {{abbreviation_name}} {{command}} {{command_arguments}}`
`abbr {{[-a|--add]}} {{abbreviation_name}} {{command}} {{command_arguments}}`
- Rename an existing abbreviation:
@@ -19,8 +19,8 @@ source: https://github.com/tldr-pages/tldr.git
- Erase an existing abbreviation:
`abbr --erase {{abbreviation_name}}`
`abbr {{[-e|--erase]}} {{abbreviation_name}}`
- Import the abbreviations defined on another host over SSH:
`ssh {{host_name}} abbr --show | source`
`ssh {{host_name}} abbr {{[-s|--show]}} | source`