代码搜索:awk
找到约 3,459 项符合「awk」的源代码
代码结果 3,459
www.eeworm.com/read/101135/6239035
9 awk.9
%!PS-Adobe-1.0
%%Creator: devps (Pipeline Associates, Inc.)
%%CreationDate: Fri Sep 13 14:26:35 1996
%%Pages: (atend)
%%DocumentFonts: (atend)
/devps 180 dict def devps begin
/res 10.000000 def
/y_of
www.eeworm.com/read/101083/6240054
awk build.awk
#!/usr/local/bin/gawk -f
# FUNCTION: This [g]awk script is to automatically
# generate the "shi/targets.h" file.
# At the top of the file, dump in this header
BEGIN {
print " "
www.eeworm.com/read/101082/6241345
awk astokfix.awk
#
# Copyright (c) 1982 Regents of the University of California */
# @(#)astokfix.awk 4.4 6/30/83
#
/AWKFIXESME/{
if ($4 == "AWKFIXESME"){
print $1 " " $2 " " $3 " " count++;
}
}
www.eeworm.com/read/101082/6242569
awk end.awk
BEGIN {
print ".bp" > "endnotes"
print ".nr # 0 1" >> "endnotes"
print ".ds # \\\\n+#." >> "endnotes"
print ".TL" >> "endnotes"
print "ENDNOTES" >> "endnotes"
print ".sp" >> "endnotes"
}
{
www.eeworm.com/read/101082/6244922
1 awk.1
.\" SCCSID: @(#)awk.1 8.1 9/11/90
.TH awk 1
.SH Name
awk \- pattern scanning and processing language
.SH Syntax
.B awk
[\fB\-F\fIc\fR] [\fB\-f\fI prog\fR\|] [\fB-\fR] [\|\fIfile...\fR]
.SH Descriptio
www.eeworm.com/read/101082/6246792
1 awk.1
.\" SCCSID: @(#)awk.1 8.1 9/11/90
.TH awk 1
.SH Name
awk \- pattern scanning and processing language
.SH Syntax
.B awk
[\fB\-F\fIc\fR] [\fB\-f\fI prog\fR\|] [\fB-\fR] [\|\fIfile...\fR]
.SH Descriptio
www.eeworm.com/read/101082/6248484
awk stime.awk
$6 !~ /^ack/ && $5 !~ /[SFR]/ {
# SCCSID: @(#)stime.awk 4.1 (ULTRIX) 10/15/90
# given a tcpdump ftp trace, output one line for each send
# in the form
#
# where
www.eeworm.com/read/101082/6248485
awk packetdat.awk
BEGIN {
# SCCSID: @(#)packetdat.awk 4.1 (ULTRIX) 10/15/90
# we need to know (usual) packet size to convert byte numbers
# to packet numbers
if (packetsize
www.eeworm.com/read/101082/6248491
awk atime.awk
$6 ~ /^ack/ && $5 !~ /[SFR]/ {
# SCCSID: @(#)atime.awk 4.1 (ULTRIX) 10/15/90
# given a tcpdump ftp trace, output one line for each ack
# in the form
#
# where is
www.eeworm.com/read/101082/6249122
def awk.def
/*
* Copyright (c) 1987,1988,1989 by
* Digital Equipment Corporation, Maynard, MA
* All rights reserved.
*
* This software is furnished under a license and may be used and
* copied