async icon indicating copy to clipboard operation
async copied to clipboard

Provide a simpler and more realistic example script that uses async

Open ctbur opened this issue 6 years ago • 4 comments
trafficstars

ctbur avatar Jun 27 '19 17:06 ctbur

Would a multi-file download (wget/curl) be acceptable?

davidjeddy avatar Jun 27 '19 17:06 davidjeddy

Yes, that's clearly better than the existing example. Maybe downloading and decompressing several tar files.

ctbur avatar Jun 27 '19 17:06 ctbur

In a competing project (https://github.com/UnixJunkie/pardi), here is my demo script:

Compress a file in parallel using 1MB chunks:

pardi -d b:1048576 -m s -i <YOUR_BIG_FILE> -o <YOUR_BIG_FILE>.gz -w 'xz -c -9 %IN > %OUT'

UnixJunkie avatar Jun 28 '19 06:06 UnixJunkie

I have another competing project also, this one older: https://github.com/UnixJunkie/PAR

It's fun that several people are not satisfied with GNU parallel.

UnixJunkie avatar Jun 28 '19 06:06 UnixJunkie