Update cheatsheets

This commit is contained in:
ivuorinen
2025-04-14 00:20:22 +00:00
parent 37f3913313
commit 9a9a8b6f40
9 changed files with 34 additions and 8 deletions

View File

@@ -23,7 +23,7 @@ source: https://github.com/tldr-pages/tldr.git
- Execute the command once per argument:
`{{arguments_source}} | xargs {{-n|--max-args}} 1 {{command}}`
`{{arguments_source}} | xargs {{[-n|--max-args]}} 1 {{command}}`
- Execute the command once for each input line, replacing any occurrences of the placeholder (here marked as `_`) with the input line: