HP3000-L Archives

September 2000, Week 2

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
John Backus <[log in to unmask]>
Reply To:
John Backus <[log in to unmask]>
Date:
Fri, 8 Sep 2000 10:26:00 -0400
Content-Type:
text/plain
Parts/Attachments:
text/plain (21 lines)
FCONTAINS, thanks for the tip!  I upgraded a script I use as follows:

comment "checkcod", mpex command file to search files for strings
comment use-> :mpex...%xeq checkcod...(a job "printj" is submitted)
comment       Remove the '$' to execute the search online
comment note:  Be cautious of sending the output to a printer since
comment        often most of it will be blank due to page breaks.
comment
comment To list all files searched and not just those containing
comment the search string, delete the 'FCONTAINS' line.
comment
$PRINT @.!HPGROUP.!HPACCOUNT &
(ISSTD &
 &ISASCII &
 &(CODE="" OR CODE="EDTCT") &
 &FCONTAINS("searchstringhere") &
);SEARCH=CL "searchstringhere";KEEPAMDATES

John Backus
beechglen.com

ATOM RSS1 RSS2