Difference between revisions of "Parallel"
Jump to navigation
Jump to search
Line 6: | Line 6: | ||
ls | parallel git -C {} [[git fetch|fetch]] | ls | parallel git -C {} [[git fetch|fetch]] | ||
ls | parallel git -C {} [[git pull|pull]] | ls | parallel git -C {} [[git pull|pull]] | ||
+ | |||
+ | |||
+ | echo "your arguments" | parallel "command 1" "command 2" | ||
== Activities == | == Activities == |
Revision as of 11:24, 23 February 2022
parallel
[1] allows the user to execute shell scripts or commands in parallel.
Examples
aws ec2 describe-regions --query "Regions[].{Name:RegionName}" --output text | parallel aws ec2 describe-instances --region {}
ls | parallel git -C {} fetch ls | parallel git -C {} pull
echo "your arguments" | parallel "command 1" "command 2"
Activities
Basic
- Execute a command in parallel by ssh in MACHINE1 and MACHINE2 using parallel
- Read stackexchange questions about gnu-parallel: https://unix.stackexchange.com/questions/tagged/gnu-parallel?tab=votes&pagesize=50
- Install parallel in macOS:
brew install parallel
can conflict withbrew install moreutils
Intermediate
- Review different parallel options such as:
--keep-order
or-k
which keep order in the output. Do not affect order of execution. - Update all your
git
repositories in a directory in macOS using parallel:ls | parallel git -C {} fetch
Related terms
See also
parallel
,for
,xargs
,parallel --citation, sshlogin
xargs
,parallel
,paste
,map
moreutils
package- CPU, GPU, NPU, TPU, DPU, Groq, Proliant, thread (
Pthreads
), processor, CPU socket, core, ARM , CPU Virtualization, Intel, AMD,nm
,lscpu
, AVX-512, Passthrough, CPU intensive, Graviton processor, Branch predictor, vCPU, SSE, Power
Text is available under the Creative Commons Attribution-ShareAlike License; additional terms may apply. By using this site, you agree to the Terms of Use and Privacy Policy.
Source: https://en.wikiversity.org/wiki/Linux/Basic_commands/parallel
Advertising: