File: igawk.1

package info (click to toggle)
manpages-ja 0.5.0.0.20100315-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 21,156 kB
  • ctags: 1
  • sloc: sh: 13,935; perl: 157; makefile: 114
file content (96 lines) | stat: -rw-r--r-- 2,068 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
.\"
.\"   Copyright (C) 1994-1999 Free Software Foundation, Inc.
.\"
.\"   Permission is granted to make and distribute verbatim copies of
.\"this
.\"manual provided the copyright notice and this permission notice are
.\"preserved on all copies.
.\"
.\"   Permission is granted to copy and distribute modified versions of
.\"this manual under the conditions for verbatim copying, provided that
.\"the entire resulting derived work is distributed under the terms of a
.\"permission notice identical to this one.
.\"
.\"   Permission is granted to copy and distribute translations of this
.\"manual into another language, under the above conditions for modified
.\"versions, except that this permission notice may be stated in a
.\"translation approved by the Foundation.
.\"
.\" Japanese Version Copyright (c) 2001 Yuichi SATO
.\"         all rights reserved.
.\" Translated Mon Jun 25 22:07:43 JST 2001
.\"         by Yuichi SATO <ysato@h4.dion.ne.jp>
.\"
.TH IGAWK 1 "Nov 3 1999" "Free Software Foundation" "Utility Commands"
.SH ̾
igawk \- 󥯥롼ɥեȤ gawk
.SH 
.B igawk
[ all
.I gawk
options ]
.B \-f
.I program-file
[
.B \-\^\-
] file .\^.\^.
.br
.B igawk
[ all
.I gawk
options ]
[
.B \-\^\-
]
.I program-text
file .\^.\^.
.SH 
.I igawk

.IR gawk (1)
ˡ֥󥯥롼ɥեפεǽɲäñʥ륹ץȤǤ롣
.PP
.I igawk
ǻȤ AWK ץ
.I gawk
ƱǤ뤬
ȥǥ쥯ȥޤϸѥΥǥ쥯ȥˤե
.B getopt.awk
򥤥󥯥롼ɤ뤿ˡ
.RS
.sp
.ft B
@include getopt.awk
.ft R
.sp
.RE
Τ褦ʹԤץ˽񤯤ȤǤ롣
.SH ץ
AWK 
.I gawk
ݡȤ륪ץˤĤƤδϡ
.IR gawk (1)
򻲾Ȥ뤳ȡ
.SH 
.nf
.ft B
cat << EOF > test.awk
@include getopt.awk
.sp
BEGIN {
	while (getopt(ARGC, ARGV, "am:q") != \-1)
		\&.\^.\^.
}
EOF
.sp
igawk \-f test.awk
.ft R
.fi
.SH Ϣ
.IR gawk (1)
.PP
.IR "Effective AWK Programming" ,
Edition 1.0, published by the Free Software Foundation, 1995.
.SH 
Arnold Robbins
.RB ( arnold@skeeve.com ).