home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ARM Club 3
/
TheARMClub_PDCD3.iso
/
hensa
/
unix
/
unixports
/
man
/
bin
/
zmore
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-02-05
|
196 b
|
11 lines
| Simple zmore script.
| Note that this throws away options.
|
| Also note the hideous loop hack!
gzip -dc < %0 > Tmp:zmoretmp
more Tmp:zmoretmp
remove Tmp:zmoretmp
if "%1" <> "" then zmore %*1