File: pipzip.rexx

package info (click to toggle)
zip 2.20-2
  • links: PTS
  • area: non-free
  • in suites: hamm, slink
  • size: 2,296 kB
  • ctags: 3,768
  • sloc: ansic: 24,132; asm: 2,302; makefile: 459; sh: 42
file content (27 lines) | stat: -rw-r--r-- 308 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/* PIPZIP REXX     Rexx filter to use ZIP                             */
/*                 Author : George Petrov, 8 May 1995                 */

parse arg opts
'callpipe *:',
   '| specs w1 1 /./ n w2 n',
   '| join * / /',
   '| specs /zip 'opts'/ 1 1-* nw',
   '| cms',
   '| *:'

exit rc