home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
rtsi.com
/
2014.01.www.rtsi.com.tar
/
www.rtsi.com
/
OS9
/
OSK
/
MISC
/
lgrep_v2.lzh
/
lt.f
< prev
next >
Wrap
Text File
|
1994-01-29
|
385b
|
32 lines
LGREP test harness
!temp opt,Options,a5
!temp ex,Regular expression,a20
!temp str,String,a30
!temp cmd,Command,a50
!temp tstat,Reply,i1
+opt,,5,25
+ex,,7,25
+str,,8,25
+cmd,,10,25
+tstat,,11,25,###
end
*t=test
input opt-str
cmd = 'lgrep '/opt/' "'/ex/'" "'/str/'"'
display cmd
if opt='' then\
execu cmd\
else\
exec cmd:\
newform
display opt-tstat
end
*e=exit
exit