parallel
[Top][All Lists]
Advanced

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

new cli option to specify ssh user?


From: Brian McQueen
Subject: new cli option to specify ssh user?
Date: Wed, 09 Dec 2015 18:30:25 +0000

When getting a list of IPs from an API, I've been using sed something like this:

getIpsFromAPI -env myEnv | sed 's/^/thisUser@/' | parallel --tag --nonall -S - shell command

It would be nice to have a cli option to work this way:

getIpsFromAPI -env myEnv | parallel --tag --nonall -S - --ssh-user thisUser shell command





reply via email to

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