User Tools

Site Tools


asa_unix

Table of Contents

asa (Unix)

Return to List of Unix Commands

This manual page is part of the POSIX Programmer's Manual. The Linux implementation of this interface may differ (consult the corresponding Linux manual page for details of Linux behavior), or the interface may not be implemented on Linux.

asa - interpret carriage-control characters

Synopsis

asa [ file … ]

Description

The asa utility shall write its input files to standard output, mapping carriage-control characters from the text files to line-printer control sequences in an implementation-defined manner.

The first character of every line shall be removed from the input, and the following actions are performed.

If the character removed is:

<space>

The rest of the line is output without change. A <newline> is output, then the rest of the input line. One or more implementation-defined characters that causes an advance to the next page shall be output, followed by the rest of the input line.

The <newline> of the previous line shall be replaced with one or more implementation-defined characters that causes printing to return to column position 1, followed by the rest of the input line. If the '+' is the first character in the input, it shall be equivalent to <space>. The action of the asa utility is unspecified upon encountering any character other than those listed above as the first character in a line.

https://linux.die.net/man/1/asa

asa_unix.txt · Last modified: 2024/04/28 03:15 (external edit)