|
NAMEasa —
interpret carriage-control characters
SYNOPSIS
DESCRIPTIONTheasa utility reads files sequentially, mapping
FORTRAN carriage-control characters to line-printer control sequences, and
writes them to the standard output.
The first character of each line is interpreted as a carriage-control character. The following characters are interpreted as follows:
Lines beginning with characters other than the above are treated as if they begin with ⟨space⟩. EXIT STATUSTheasa utility exits 0 on success,
and >0 if an error occurs.
EXAMPLESTo view a file containing the output of a FORTRAN program:asa file To format the output of a FORTRAN program and redirect it to a line-printer: a.out | asa | lpr SEE ALSOf77(1)STANDARDSTheasa utility conforms to IEEE Std
1003.1-2001 (“POSIX.1”).
AUTHORSJ.T. Conklin, Winning Strategies, Inc.
Visit the GSP FreeBSD Man Page Interface. |