代码搜索:awk
找到约 3,459 项符合「awk」的源代码
代码结果 3,459
www.eeworm.com/read/301403/3840396
awk drop.awk
BEGIN {
fsDrops = 0;
otherDrops = 0;
}
($2 >= startTime && $2 0 && op ==
www.eeworm.com/read/301403/3840397
awk process.awk
#!/usr/local/bin/gawk -f
BEGIN {
erriter = -1;
}
{
iter = $1;
if (iter == erriter)
next;
s = "";
i = 2;
while (index($i,"-")) {
s = sprintf("%s %s", s, $i);
i++;
}
s = sprintf("%s %s
www.eeworm.com/read/298657/3860663
awk defs.awk
/^[ ]*\.endp/ { need_endp = 1 }
/^[ ]*\.end/ { need_end = 1 }
/^[ ]*\.align/ { if($2 > max) max = $2; }
END {
if(need_endp)
{
print "#define END_INIT .endp _init";
print "#define END_F
www.eeworm.com/read/298558/3862743
awk stime.awk
$6 !~ /^ack/ && $5 !~ /[SFR]/ {
# given a tcpdump ftp trace, output one line for each send
# in the form
#
# where is the time packet was sent (in seconds with
www.eeworm.com/read/298558/3862745
awk packetdat.awk
BEGIN {
# we need to know (usual) packet size to convert byte numbers
# to packet numbers
if (packetsize
www.eeworm.com/read/298558/3862754
awk atime.awk
$6 ~ /^ack/ && $5 !~ /[SFR]/ {
# given a tcpdump ftp trace, output one line for each ack
# in the form
#
# where is the time packet was acked (in seconds with
#
www.eeworm.com/read/297137/3890726
awk genregmove.awk
#
# Copyright (C) 1998, 1999, Jonathan S. Shapiro.
#
# This file is part of the EROS Operating System.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of
www.eeworm.com/read/297137/3890727
awk genkeytypes.awk
#
# Copyright (C) 2000, Jonathan S. Shapiro.
#
# This file is part of the EROS Operating System.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GN
www.eeworm.com/read/297137/3890728
awk genprocoffsets.awk
#
# Copyright (C) 1998, 1999, Jonathan S. Shapiro.
#
# This file is part of the EROS Operating System.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of
www.eeworm.com/read/297137/3890729
awk genarchdescrip.awk
#
# Copyright (C) 1998, 1999, Jonathan S. Shapiro.
#
# This file is part of the EROS Operating System.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of