Update cheatsheets

This commit is contained in:
ivuorinen
2025-05-06 00:19:54 +00:00
parent e452860d9b
commit 7e39fb6df5
49 changed files with 132 additions and 93 deletions

View File

@@ -10,7 +10,7 @@ source: https://github.com/tldr-pages/tldr.git
- Check the values of all attributes on a file:
`git check-attr --all {{path/to/file}}`
`git check-attr {{[-a|--all]}} {{path/to/file}}`
- Check the value of a specific attribute on a file:
@@ -18,7 +18,7 @@ source: https://github.com/tldr-pages/tldr.git
- Check the values of all attributes on specific files:
`git check-attr --all {{path/to/file1 path/to/file2 ...}}`
`git check-attr {{[-a|--all]}} {{path/to/file1 path/to/file2 ...}}`
- Check the value of a specific attribute on one or more files: