Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
prosaole
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
prosaole
3y ago
Try: parallel --latestline seq ::: {1..10}0000000 (Requires version 20220522)
2.
▲
by
prosaole
3y ago
If speed is the most important factor, a more interesting comparison would be to parallel-bash: https://www.gnu.org/software/parallel/parallel_alternatives....
3.
▲
by
prosaole
4y ago
> 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 no means ideal, though.
4.
▲
by
prosaole
4y ago
> 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 become a GNU tool in 2011, so I t
5.
▲
by
prosaole
4y ago
For color coding try: seq 10 | parallel --lb --ctag ping {}.1.1.1