Re: FIND Utility with ODS5 Support?
- From: peter@xxxxxxxxxxxxxx (Peter 'EPLAN' LANGSTOEGER)
- Date: 4 Apr 2006 15:38:54 +0100
In article <44328c67$1@xxxxxxxxxxxxxxxxxxx>, peter@xxxxxxxxxxxxxx (Peter 'EPLAN' LANGSTOEGER) writes:
In article <1144149842.206567.176100@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>, "Ian Miller" <ijm@xxxxxxx> writes:
Its available from
http://h71000.www7.hp.com/freeware/freeware70/find/
Thanks a lot for the fast response.
I hadn't expected to see VMS engineering adopting it.
And it's also brandnew (23-Mar-2006). I start in a couple of minutes ;-)
And am now disappointed. This FIND is not what I expected to see.
I expected the following:
FIND
FIND [device-name]
FIND is a utility to allow you to display information about a file,
based on information stored in the files header. FIND operates in
one of two modes, it either displays information read directly out of
the index file, or it asks the disk ACP to return header information
to it. The first mode of operation is used for general searches, and
does not necessarily return the most current up to date information,
as there may be many headers cached in memory, and thus out of synch
with the index file. The second mode of operation is used when you
specify a /FILE_ID or /FULLNAME qualifier, giving it an explicit list
of files to work with. In this case it asks the disk ACP for the
headers, thus getting the most current, up to date information
available, if possible. Note that in either case, the index file is
opened for read acces, thus to use this utility, you must have read
access to the file [000000]INDEXF.SYS, and if using /FILE_ID or
/FULLNAME you must also have read access to the requested files.
FIND takes one paramater, the name of the device whose index file is
to be searched. If device-name is not specified it defaults to
SYS$DISK (your current default disk). It correctly handles rooted
device names, and can handle multi-volume disk sets.
You may limit what files will be displayed by using the appropriate
qualifiers. Most of the qualifiers that affect what files will be
displayed allow a minimum and maximum value, if you do not specify a
maximum value, then it is assumed you want all things greater than
the minimum. If you want a specific value, than you must enter it as
both the minimum and maximum value, i.e.
$ FIND/ALLOCATED=(1497,1497)
would display all files with exactly 1497 blocks allocated.
Additional information available:
Examples Input_Qualifiers
/FILE_ID /FULLNAME /VOLUME
Output_qualifiers
/OUTPUT /DISPLAY
Selection_qualifiers
/MATCH /ACE /ACL /ATTRIBUTES /CHARACTERISTICS
/JOURNAL /ORGANIZATION /TYPE
/ACCESS_MODE /CREATION_DATE /REVISION_DATE
/EXPIRATION_DATE /BACKUP_DATE
/ACTIVE_RECOVERY_UNITS /ALLOCATED /BUCKET_SIZE
/DEFAULT_EXTEND_QUANTITY /DIRECTORY_FILE_ID
/EXTENTS /FIRST_FREE_BYTE /GLOBAL_BUFFER_COUNT /HEADERS
/HIGHWATER_MARK /LBN /MAXIMUM_RECORD_SIZE
/RECORD_SIZE /NAME /NUMBER_OF_REVISIONS /OWNER_UIC
/PROTECTION /USED /VERSION_LIMIT
/VFC_SIZE /WASTED_BLOCKS /PLACEMENT
The VMS Freeware V7 FIND looks more like GREP
Does anyone know more of the original FIND?
--
Peter "EPLAN" LANGSTOEGER
Network and OpenVMS system specialist
E-mail peter@xxxxxxxxxxxxxx
A-1030 VIENNA AUSTRIA I'm not a pessimist, I'm a realist
.
- Follow-Ups:
- Re: FIND Utility with ODS5 Support?
- From: glenn everhart
- Re: FIND Utility with ODS5 Support?
- From: Tom Linden
- Re: FIND Utility with ODS5 Support?
- From: Ian Miller
- Re: FIND Utility with ODS5 Support?
- References:
- FIND Utility with ODS5 Support?
- From: Peter 'EPLAN' LANGSTOEGER
- Re: FIND Utility with ODS5 Support?
- From: Ian Miller
- Re: FIND Utility with ODS5 Support?
- From: Peter 'EPLAN' LANGSTOEGER
- FIND Utility with ODS5 Support?
- Prev by Date: Announcment : HP C V7.2 for OpenVMS Integrity Servers Product Announcement
- Next by Date: Why are my interactive sessions limited to 6176 pages working set ?
- Previous by thread: Re: FIND Utility with ODS5 Support?
- Next by thread: Re: FIND Utility with ODS5 Support?
- Index(es):
Relevant Pages
|