Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

tar, system() & pipes?

by Anonymous Monk
on Jul 17, 2007 at 20:13 UTC ( [id://627115]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ tar txf syssrc.tgz > /tmp/file
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    
    <code>
    if (system('tar', $args, $ARGV[0], '>', $filename) != 0) {
    
  3. or download this
    tar: WARNING! These patterns were not matched:
    >
    /tmp/contents
    child process exit value:       1
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (5)
As of 2024-04-16 05:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found