代码搜索:awk

找到约 3,459 项符合「awk」的源代码

代码结果 3,459
www.eeworm.com/read/307320/3724448

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/307320/3724503

awk seqnos.awk

# This prints the Seqnos, and the fraction of packets with that Seqno. # Input file: ########################################### # Distribution of Seqnos, 100 seqnos per bins # 0 to 99: fraction 0.111
www.eeworm.com/read/307320/3724700

awk rtts.awk

# This prints the RTT in seconds, and the fraction of packets with that RTT. # Input file: ########################################### # Distribution of RTTs, 10 ms bins # 0 to 10 ms: fraction 0.003 n
www.eeworm.com/read/307320/3724963

awk ftp.awk

{ print $2, $4, $1, $5, $6 #print $3, $5, $1, $6, $7 }
www.eeworm.com/read/307320/3724967

awk pkt.awk

{ if ($4 != 0) { if (($1 == src) && ($2 == dst) && ($4 == size)) { t=$3-time if ((t < 0.001) && ($4 > 500)) { if (($1 != preS) || ($2 != preD)) { # print $1, $2, $4 print $4 preS=
www.eeworm.com/read/307320/3724978

awk delay.awk

# # Copyright (C) 2001 by USC/ISI # All rights reserved. # # Redistribution and use in source and binary forms are permitted # provided that the above copyright notice and this paragraph are # duplica
www.eeworm.com/read/307320/3724985

awk flow.awk

{ print $2,$4,$1,$6 }
www.eeworm.com/read/307320/3724986

awk avg.awk

{ t=t+$1*$2 } END {print t}
www.eeworm.com/read/307320/3724996

awk win.awk

{ if ($7 == "win") { print $8 } else { if ($9 == "win") { print $10 } } }
www.eeworm.com/read/306946/3730741

awk function.awk

# # FIX ME please !! # # - bushi@mizi.com # BEGIN { VIVI_MAP = "../vivi.map" FUNCTION_MAP = "function.map" name_of_function = "" prototype = "" print("/* ") > FUNCTION_MAP print(" * Auto gen