~vcs-imports/gawk/master

« back to all changes in this revision

Viewing changes to gawk.1

  • Committer: Arnold D. Robbins
  • Date: 2010-07-16 09:27:41 UTC
  • Revision ID: git-v1:61bb57af53ebe916d2db6e3585d4fc7ac1d99b92
Tags: gawk-2.15.3
Move to gawk-2.15.3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
.ds PX \s-1POSIX\s+1
2
2
.ds UX \s-1UNIX\s+1
3
3
.ds AN \s-1ANSI\s+1
4
 
.TH GAWK 1 "Apr 15 1993" "Free Software Foundation" "Utility Commands"
 
4
.TH GAWK 1 "Nov 4 1993" "Free Software Foundation" "Utility Commands"
5
5
.SH NAME
6
6
gawk \- pattern scanning and processing language
7
7
.SH SYNOPSIS
505
505
If no files are specified on the command line, the value of
506
506
.B FILENAME
507
507
is ``\-''.
 
508
However,
 
509
.B FILENAME
 
510
is undefined inside the
 
511
.B BEGIN
 
512
block.
508
513
.TP
509
514
.B FNR
510
515
The input record number in the current input file.