Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^5: Capturing bash output without displaying STOUT in terminal [SOLVED]

by Linicks (Scribe)
on Sep 08, 2016 at 18:14 UTC ( [id://1171425]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    git tag -d $(git tag)
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    $git = `git fetch --tags 2>&1`;
    
    print "What's here? --- $git\n";
    

Log In?
Username:
Password:

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

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

    No recent polls found