代码搜索:awk

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

代码结果 3,459
www.eeworm.com/read/440226/1799249

awk thruput.awk

BEGIN { s = ""; } { if ($1 != "(0,0)->(3,0)") { sum += $6; s = sprintf("%s %d", s, $6); } } END { printf "%s %d", s, sum; }
www.eeworm.com/read/440226/1799254

awk drop.awk

BEGIN { fsDrops = 0; otherDrops = 0; } ($2 >= startTime && $2 0 && op ==
www.eeworm.com/read/440226/1799255

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/439082/1819940

awk compile.awk

# to run: awk -f transit.awk transit.p0 # BEGIN { "date" | getline enable_index = 1 today = $0 printf("\n/* this file was generated on %s */\n", today ) not_firstone = 0 # flag to avoid empty ent
www.eeworm.com/read/439082/1819949

awk actionnm.awk

# usage: awk -f actionnm.awk pseudocode.h # BEGIN { "date" | getline today = $0 printf("\n/* this file generated on %s */\n", today ) printf("\nstatic char *action_names[] = { \n " ) opl = 0 }
www.eeworm.com/read/439082/1819952

awk compile.awk

# usage: cat pseudocode | sed -f act2num | awk -f compile.awk # # BEGIN { "date" | getline today = $0 printf("\n/* this file generated on %s */\n", today ) printf("\nstatic char pseudo_code [ ] =
www.eeworm.com/read/437151/1835997

awk mkarray.awk

#***************************************************************************** # # MKARRAY.AWK - Converts the output from "od -t u1 -v" into a C array. # # Copyright (c) 2006 Cirrus Logic, Inc. #
www.eeworm.com/read/437151/1836017

awk mkarray.awk

#***************************************************************************** # # MKARRAY.AWK - Converts the output from "od -t u1 -v" into a C array. # # Copyright (c) 2001 Cirrus Logic, Inc. #
www.eeworm.com/read/437033/1836795

awk debflex.awk

# Clarify the flex debug trace by substituting first line of each rule. # Francois Pinard , July 1990. # # Rewritten to process correctly \n's in scanner input. # BEGIN sectio
www.eeworm.com/read/430518/1928807

awk compile.awk

# to run: awk -f transit.awk transit.p0 # BEGIN { "date" | getline enable_index = 1 today = $0 printf("\n/* this file was generated on %s */\n", today ) not_firstone = 0 # flag to avoid empty ent