Skip to content

zhanxw/parallel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Usage
=====

Pipe your command to parallel. 
For example:

host> seq 5 |xargs -i echo sleep {} |shuf
sleep 3
sleep 4
sleep 1
sleep 5
sleep 2

Then you can use parallel to run those 5 commands by:

host> seq 5 |xargs -i echo sleep {} |shuf |parallel


About

Useful tools to parallel executing shell commands

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages