Viewing profile — prosaole
prosaole
HN member- Joined
- Mon, Apr 04, 2022, 11:53 AM UTC
- HN karma
- 3
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About prosaole
No profile information was provided.
Recent public activity
-
comment
Comment #39509860
Try: parallel --latestline seq ::: {1..10}0000000 (Requires version 20220522)
-
comment
Comment #38474834
If speed is the most important factor, a more interesting comparison would be to parallel-bash: https://www.gnu.org/software/parallel/parallel_alternatives....
-
comment
Comment #33420840
> getting the shell quoting hell right Running `parallel --shellquote --shellquote --shellquote` and pasting in the line you want to quote thrice may alleviate some of the pain. By…
-
comment
Comment #32565081
> and my complete ignorance of GNU parallel [...] 16 years later Parallel was created 2002-01-06: https://www.gnu.org/software/parallel/20th-birthday.html It did, however, only bec…
-
comment
Comment #31081838
For color coding try: seq 10 | parallel --lb --ctag ping {}.1.1.1