mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-11 01:58:28 +00:00
Update cheatsheets
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user