[Previous] [Next] [Up] [Top] [Edit]

select


SYNOPSYS

select 'selection expression' < tablefile DESCRIPTION


fIselectfP reads a starbase data table from its standard input and prints the rows for which the selection expression evaluates to true on the standard output. The expression should be a valid awk language expression and may contain references to column names and header keyword values. OPTIONS
0*
-D
Print out the awk program to be executed before forking. 0*
-H
Specify an alternate file for the starbase data table header. When the -H option is given the input file should not have a header. DETAILS
ow and fIselectfP are the same program. They are implemented by wrapping the users selection expression into an awk language program and calling the awk interpreter. The text of the program is simple the selection expression itself. This works because awk's default action is to print the row to the standard output.
ENVIRONMENT
0*
TABLEAWK

the name of the awk interpreter to execute. The default interpreter is fItawk.fP
0*
TABLEFUNCTIONS

a path specifying directories to find the source for undefined functions.
SEE ALSO


0*
fIstarbase.1fP
starbase data table introduction.
0*
fIstarbase.5fP
starbase data table file format.
0*
fImawkfP
an implementation of the awk programming language by Mike Brennan. 0*
fItawkfP
awk language extensions implemented at SAO. 0*
fIslalinkfP
a tawk extension for inclusion of the slalib astrometry libraries.
*/

[Previous] [Next] [Up] [Top] [Edit]