代码搜索:Awk
找到约 3,459 项符合「Awk」的源代码
代码结果 3,459
www.eeworm.com/read/434450/7866026
awk awk.awk
# demonstrate start,stop (range) pattern
/awk/ { print "---------------------------------------------------------" }
/awk/,/AWK/||/Awk/
www.eeworm.com/read/359058/10167577
awk
www.eeworm.com/read/216502/4890668
awk
.fp 3 G
....TM "78-1271-12, 78-1273-6" 39199 39199-11
.ND "September 1, 1978"
....TR 68
.RP
. \" macros here
.tr _\(em
.if t .tr ~\(ap
.tr |\(or
.tr *\(**
.de UC
\&\\$3\s-1\\$1\\s0\&\\$2
..
.de IT
.if
www.eeworm.com/read/289548/8545265
awk throughput.awk
#流量统计
BEGIN {flag=0;i=0;}
{
action=$1;
time=$2;
node_1=$3;
node_2=$4;
type = $5;
pktsize=$6;
flow_id=$8;
node_1_address=$9;
node_2_address=$10;
se
www.eeworm.com/read/289548/8545293
awk loss.awk
#丢包统计
BEGIN {pktDrops=0;numPkt=0;}
{
action=$1;
time=$2;
node_1=$3;
node_2=$4;
type = $5;
pktsize=$6;
flow_id=$8;
node_1_address=$9;
node_2_address
www.eeworm.com/read/289548/8545301
awk delay.awk
#延时统计
#程序:
BEGIN{
highest_packet_id=0;
}
{
action=$1;
time=$2;
node_1=$3;
node_2=$4;
type = $5;
pktsize=$6;
flow_id=$8;
node_1_address=
www.eeworm.com/read/431223/8699026
awk tomatlab.awk
{
if (NR==1) {
printf("J=zeros(%d,%d);\n",$1,$2);
}
else if ($1!=0) {
printf("J(%d,%d)=%s;\n",$1,$2,$3);
}
}
END {
printf("J=sparse(J);\n");
}
www.eeworm.com/read/285058/8872298
awk getver.awk
# SCCSID @(#)getver.awk 4.1 11/05/02
#
# Get versions of all files used to make current target
#
BEGIN {
printf("#\n# Copyright 1996, ESS Technology, Inc.\n");
printf("# SCCSID %%%s%% %%%s%%
www.eeworm.com/read/382649/9007741
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