代码搜索:awk

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

代码结果 3,459
www.eeworm.com/read/455269/1625090

awk ftp.awk

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

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/455269/1625103

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/455269/1625109

awk flow.awk

{ print $2,$4,$1,$6 }
www.eeworm.com/read/455269/1625111

awk avg.awk

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

awk win.awk

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

awk mkdep.awk

# +----------------------------------------------------------------------+ # | PHP Version 4 | # +--------------------------------------------
www.eeworm.com/read/247473/4481881

awk fileid.awk

# $Id: fileid.awk,v 1.1.1.1 2004/08/19 23:53:56 gopalan Exp $ # # Take a comma-separated list of file numbers and spit out all the # log records that affect those file numbers. NR == 1 { nfiles = 0
www.eeworm.com/read/247473/4481883

awk commit.awk

# $Id: commit.awk,v 1.1.1.1 2004/08/19 23:53:56 gopalan Exp $ # # Output tid of committed transactions. /txn_regop/ { print $5 }
www.eeworm.com/read/247473/4481885

awk status.awk

# $Id: status.awk,v 1.1.1.1 2004/08/19 23:53:56 gopalan Exp $ # # Read through db_printlog output and list all the transactions encountered # and whether they commited or aborted. # # 1 = started # 2