| ASA(1) | General Commands Manual | ASA(1) | 
asa —
| asa | [file ...] | 
asa 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>.
asa utility exits 0 on success,
  and >0 if an error occurs.
asa fileTo format the output of a FORTRAN program and redirect it to a line-printer:
a.out | asa | lprasa utility conforms to IEEE Std
  1003.2-1992 (“POSIX.2”) and to X/Open
  Commands and Utilities Issue 5 (“XCU5”).
| January 31, 2020 | NetBSD 10.0 |