parallel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Help with input line replacement string -


From: Thomas Sattler
Subject: Re: Help with input line replacement string -
Date: Sun, 01 Apr 2012 22:04:07 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:11.0) Gecko/20120312 Thunderbird/11.0

Hi Craig,

how about this one:

$ s3cmd ls --recursive s3://datasets.elasticmapreduce/ngrams/books/ |
> awk '{print $4; sub(/s3:\/\/datasets.elasticmapreduce/, ".", $4}' |
> parallel -j0 --sshloginfile hosts -N2 /usr/bin/s3cmd \
> --no-progress get {1} {2}

Thomas



reply via email to

[Prev in Thread] Current Thread [Next in Thread]