There have been several situations where I have had some output such as
thing1 thing2 thing3 But have wanted to do something like:
*command* thing1 *command* thing2 *command* thing3 An example of this would be: let's say I want to kill all screen sessions. Is there any way I can get one command to use somthing like:
screen -ls which might result in
88.mine (detached) 22.mine (detached) Can I do something that would result in all of the possible commands such as this:
screen -S 88.mine test -X screen -S 88.mine test -X in one fell swoop?