in reply to Re^3: needing to zip files in a series that begin with the same IP address
in thread needing to zip files in a series that begin with the same IP address
Zip 192.168.1.1somestring.txt -> 192.168.1.1 Zip 192.168.1.1anotherRANDOMstring.txt -> 192.168.1.1 Zip 192.168.1.1.somerandom.docx -> 192.168.1.1 Zip 192.168.1.3somestring.txt -> 192.168.1.3 Zip 192.168.1.3anotherRANDOMstring.txt -> 192.168.1.3 Zip 192.168.1.3.somerandom.docx -> 192.168.1.3
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: needing to zip files in a series that begin with the same IP address
by Kenosis (Priest) on Jul 27, 2012 at 22:22 UTC |