[ Previous | Next | Contents | Glossary | Home | Search ]
AIX Version 4.3 Commands Reference, Volume 5

sno Command

Purpose

Provides a SNOBOL interpreter.

Syntax

snoFile ... ]

Description

The sno command provides a SNOBOL compiler and interpreter, with some differences from standard SNOBOL. It reads the named files and the standard input and compiles all input through a statement containing the end label. The rest is available to the syspit pseudo-variable.

The sno command differs from standard SNOBOL in the following ways:

Examples

To run the file test.s through the sno command and direct the output into the file output, enter:

sno < test.s > output

Files

/usr/bin/sno Contains the sno command.

Related Information

The awk command.


[ Previous | Next | Contents | Glossary | Home | Search ]