hdr
Manual Reference Pages - HDR (1)
hdr - Operations on AIM header.
CONTENTS
Syntax
Description
Options
Copyright
SYNTAX
hdr [options] [file]
DESCRIPTION
Read an AIM output file. If no filename is given then input is expectedon the stdin. The input from AIM is expected to consist of an AIM headerfollowed by some data.The header operations are: stripping, querying, or modifying.
OPTIONS
Options take the form: <name>=<value>and abbreviated option names are recognised provided they are unambiguouswrt other names in the input header.1. Stripping. If no options are given, then strip the header and write the data which follows the header on the stdout. Eg: gensai output=stdout ... | hdr | ...
2. Querying. An empty value field (ie. <name>=) is interpreted as a query, and the corresponding option value found in the header is printed on the stderr. Eg., to query the value of option pwidth_aid:
hdr pwid= file
Special option names are:
"all" causes all option values to be printed. "format" causes the format of the AIM output file to be printed.
3. Modifying. Each option of the form <name>=<value> is substituted for the corresponding option found in the input header. A new header is constructed using the input header and all given substitutions, and the new header is written on the stdout, followed by the data which follows the input header. Eg., to change the value of pwidth_aid to 32ms:
hdr pwid=32ms file > file2
SEE ALSO
edframe, fbank
COPYRIGHT
Copyright (c) Applied Psychology Unit, Medical Research Council, 1995
Permission to use, copy, modify, and distribute this software without feeis hereby granted for research purposes, provided that this copyrightnotice appears in all copies and in all supporting documentation, and thatthe software is not redistributed for any fee (except for a nominalshipping charge). Anyone wanting to incorporate all or part of thissoftware in a commercial product must obtain a license from the MedicalResearch Council.
The MRC makes no representations about the suitability of thissoftware for any purpose. It is provided "as is" without express orimplied warranty.
THE MRC DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDINGALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALLTHE A.P.U. BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGESOR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THISSOFTWARE.
| SunOS 5.6 | HDR (1) | 1 September 1993 |