Update cheatsheets

This commit is contained in:
ivuorinen
2025-12-26 00:21:49 +00:00
parent f59fe2277e
commit 8270b3f19b
3 changed files with 50 additions and 1 deletions

View File

@@ -34,7 +34,7 @@ source: https://github.com/tldr-pages/tldr.git
- Download 4 files simultaneously from a text file containing links showing progress:
`parallel {{[-j|--jobs]}} 4 --bar --eta wget {{[-q|--quote]}} {} :::: {{path/to/links.txt}}`
`parallel {{[-j|--jobs]}} 4 --bar --eta curl {{[-sO|--silent --remote-name]}} {} :::: {{path/to/links.txt}}`
- Print the jobs which `parallel` is running in `stderr`: