Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: needing to zip files in a series that begin with the same IP address

by Kenosis (Priest)
on Jul 27, 2012 at 21:10 UTC ( [id://984102]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Modern::Perl;
    
    ...
    192.168.1.3somestring.txt
    192.168.1.3anotherRANDOMstring.txt
    192.168.1.3.somerandom.docxx
    
  2. or download this
    Zip 192.168.1.1somestring.txt -> 192.168.1.1.zip
    Zip 192.168.1.1anotherRANDOMstring.txt -> 192.168.1.1.zip
    ...
    Zip 192.168.1.3somestring.txt -> 192.168.1.3.zip
    Zip 192.168.1.3anotherRANDOMstring.txt -> 192.168.1.3.zip
    Zip 192.168.1.3.somerandom.docx -> 192.168.1.3.zip
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://984102]
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: (4)
As of 2024-04-23 15:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found