Print this page
XXX Remove nawk(1)

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man1/nawk.1
          +++ new/usr/src/man/man1/nawk.1
↓ open down ↓ 7 lines elided ↑ open up ↑
   8    8  .\"  This notice shall appear on any product containing this material.
   9    9  .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
  10   10  .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
  11   11  .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
  12   12  .TH NAWK 1 "May 24, 2006"
  13   13  .SH NAME
  14   14  nawk \- pattern scanning and processing language
  15   15  .SH SYNOPSIS
  16   16  .LP
  17   17  .nf
  18      -\fB/usr/bin/nawk\fR [\fB-F\fR \fIERE\fR] [\fB-v\fR \fIassignment\fR] \fI\&'program'\fR | \fB-f\fR \fIprogfile\fR...
  19      -     [\fIargument\fR]...
  20      -.fi
  21      -
  22      -.LP
  23      -.nf
  24   18  \fB/usr/xpg4/bin/awk\fR [\fB-F\fR \fIERE\fR] [\fB-v\fR \fIassignment\fR]... \fI\&'program'\fR | \fB-f\fR \fIprogfile\fR...
  25   19       [\fIargument\fR]...
  26   20  .fi
  27   21  
  28   22  .SH DESCRIPTION
  29   23  .sp
  30   24  .LP
  31      -The \fB/usr/bin/nawk\fR and \fB/usr/xpg4/bin/awk\fR utilities execute
       25 +The \fB/usr/xpg4/bin/awk\fR utility executes
  32   26  \fIprogram\fRs written in the \fBnawk\fR programming language, which is
  33   27  specialized for textual data manipulation. A \fBnawk\fR \fIprogram\fR is a
  34   28  sequence of patterns and corresponding actions. The string specifying
  35   29  \fIprogram\fR must be enclosed in single quotes (') to protect it from
  36   30  interpretation by the shell. The sequence of pattern - action statements can be
  37   31  specified in the command line as \fIprogram\fR or in one, or more, file(s)
  38   32  specified by the \fB-f\fR\fIprogfile\fR option. When input is read that matches
  39   33  a pattern, the action associated with the pattern is performed.
  40   34  .sp
  41   35  .LP
↓ open down ↓ 1752 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX