Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Capturing bash output without displaying STOUT in terminal

by ikegami (Patriarch)
on Sep 08, 2016 at 21:40 UTC ( [id://1171440]=note: print w/replies, xml ) Need Help??


in reply to Capturing bash output without displaying STOUT in terminal

Note that

system(EXPR)
is equivalent
system('/bin/sh', '-c', EXPR)
so <c>&> is unlikely to be supported.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1171440]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (5)
As of 2024-04-25 19:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found