This manual page is part of Xcode Tools version 3.2.2

To obtain these tools:

If you are running a version of Xcode Tools other than 3.2.2, view the documentation locally:

  • In Xcode

  • In Terminal, using the man(1) command

Reading manual pages

Manual pages are intended as a quick reference for people who already understand a technology.

  • For more information about the manual page format, see the manual page for manpages(5).

  • For more information about this technology, look for other documentation in the Apple Reference Library.

  • For general information about writing shell scripts, read Shell Scripting Primer.



ASA(1)                                   BSD General Commands Manual                                  ASA(1)

NAME
     asa -- interpret carriage-control characters.

SYNOPSIS
     asa [file ...]

DESCRIPTION
     The 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 charac-ters characters
     ters are interpreted as follows:

     <space>  Output the rest of the line without change.

     0        Output a <newline> character before printing the rest of the line.

     1        Output a <formfeed> character before printing the rest of the line.

     +        The trailing <newline> of the previous line is replaced by a <carriage-return> before printing
              the rest of the line.

     Lines beginning with characters other than the above are treated as if they begin with <space>.

EXAMPLES
     To 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

DIAGNOSTICS
     The asa utility exit 0 on success, and >0 if an error occurs.

SEE ALSO
     f77(1)

STANDARDS
     The asa utility conforms to IEEE Std 1003.2-1992 (``POSIX.2'').

AUTHORS
     J.T. Conklin, Winning Strategies, Inc.

BSD                                          September 23, 1993                                          BSD

Reporting Problems

The way to report a problem with this manual page depends on the type of problem:

Content errors
Report errors in the content of this documentation with the feedback links below.
Bug reports
Report bugs in the functionality of the described tool or API through Bug Reporter.
Formatting problems
Report formatting mistakes in the online version of these pages with the feedback links below.

Did this document help you? Yes It's good, but... Not helpful...