GithubHelp home page GithubHelp logo

Comments (3)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 10, 2024
The exec modules runs exec() and not a shell, so pipe won't work directly in the
command line as above. However, you can get all the power of the shell by just 
invoking your command under a shell, e.g.:

 pdsh -Rexec -w ^hosts.txt bash -c "cmd1 | cmd2"

If that doesn't work for some reason, just update this bug.

Original comment by [email protected] on 14 Sep 2011 at 1:53

  • Changed state: Accepted
  • Added labels: Type-Other
  • Removed labels: Type-Defect

from pdsh.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 10, 2024
Ok!, It did the work, I didn't remember I was used that trick in find exec 
command before!

I would add an example of this in manpage, there are other people that got 
confused by this issue [1]

Thank you again!

[1] http://code.google.com/p/ssssh/wiki/Details

Original comment by [email protected] on 14 Sep 2011 at 2:13

from pdsh.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 10, 2024
Thanks, that is a good suggestion!
Changing this issue to a documentation enhancement request

Original comment by [email protected] on 14 Sep 2011 at 5:03

  • Changed title: Document running commands inside a shell with exec module
  • Added labels: Component-Docs, Type-Enhancement
  • Removed labels: Type-Other

from pdsh.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.