📄 feaelemen.1t
字号:
.\" Copyright (c) 1987 Entropic Speech, Inc.; All rights reserved.\" @(#)feaelemen.1t 3.2 5/23/88 ESI.TH FEA_ELEMENT 1\-ESPS 5/23/88.ds ]W "\fI\s+4\ze\h'0.05'e\s-4\v'-0.4m'\fP\(*p\v'0.4m'\ Entropic Speech, Inc..SH "NAME"fea_element \- give information about position of fields in a FEA file.SH "SYNOPSIS".B fea_element[.B -c] [.B -f.I field_name[.B -i.I item] [.B -n] [.I file].SH DESCRIPTION.PP.I Fea_elementgives information about the position of the fields in a ESPS FEA file.When called with no options, the program produces a table giving allfield names, data type, size, and starting \fIelement\fR in the record.The element value given is used by generic ESPS programs (suchas stats) to identify the field in the file. If the data is tagged, thenthe first field name refers to the tag..PPTo get information only about particular fields, rather than the entirefile, the .B -foption can be followed by a field name. This option can be repeated asoften as desired, but must be followed by a valid field name.When the .B -foption is used, it can be followed by a .B -ioption to indicate a particular item within the field, rather than thestarting point of the field. This option does not directly supportfields of rank greater than one; all fields with size greater than oneare treated as simple vectors. .PPIf the .B -c option is given, then a table is not produced, but instead only theelement number if written to standard output in a form that can used ona command following a .B -eoption on an ESPS program. .PPWhen used with the \fB-c\fR option, the \fB-f\fR option without a\fB-i\fR option results in a range value being output that specifies allelements of the named field. If only the first element is desired,then use \fB-i\fR 0..PPThe \fB-n\fR option causes the table header to be suppressed. This isuseful when the output of \fIfea_element\fR is to be the input toanother program..SH EXAMPLES.PP% fea_element file.fea.TStab(;);l l l l.Name;Type;Size;Element=tag;LONG;1;0alpha;DOUBLE;10;1beta;FLOAT;10;11foo;LONG;5;21zeta;SHORT;1;26.TE.PP% fea_element -c -f alpha file.fea.br1-10.PP% fea_element -c -f foo -i 3 file.fea.br23.PPThe following will cause \fIstats\fR to operate on the third item in the field alpha..br.sp% stats -e `fea_element -c -f alpha -i 3 file.fea` file.fea.SH BUGS.PPESPS programs that use the \fB-e\fR option should accept a list ofelements, rather than just a range. Until they do, however, it onlymakes sense to use this program with the \fB-c\fR option look at entirefields, or a single item within a field..SH "SEE ALSO"FEA(5\-ESPS).SH "AUTHOR"Ajaipal S. Virdy, man page by Alan Parker.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -