代码搜索:awk

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

代码结果 3,459
www.eeworm.com/read/207387/5001580

awk lossplot.awk

BEGIN{ } { if( NR == 1 ){ DATE=$1; } if( NR == 4 ){ HOST1=$1; } if( NR == 10 ){ PCKT_LOSS1=$4; } if( NR == 15 ){ HOST2=$1; } if( NR == 21 ){ PCKT_LOSS2=$4; }
www.eeworm.com/read/206983/5003480

scr awk.scr

/.*\(0x3da.*/||/.*\(0x3ba.*/ { if (v_3da != 1) print "_v_retrace_"; v_3da = 1; next; } /.*\(0x42.*/||/.*\(0x43.*/ { if (v_4x != 1) print "_timer_";
www.eeworm.com/read/200288/5069176

scr awk.scr

/.*\(0x3da.*/||/.*\(0x3ba.*/ { if (v_3da != 1) print "_v_retrace_"; v_3da = 1; next; } /.*\(0x42.*/||/.*\(0x43.*/ { if (v_4x != 1) print "_timer_";
www.eeworm.com/read/200278/5070964

awk makeconf.awk

BEGIN { printf("#include \"apue.h\"\n") printf("#include \n") printf("#include \n") printf("\n") printf("static void pr_sysconf(char *, int);\n") printf("static void pr_pathco
www.eeworm.com/read/200278/5070971

awk makeopt.awk

BEGIN { printf("#include \"apue.h\"\n") printf("#include \n") printf("\n") printf("static void pr_sysconf(char *, int);\n") printf("static void pr_pathconf(char *, char *, int);\n") pri
www.eeworm.com/read/196263/5103496

awk mocconv.awk

BEGIN { FS=" ";} { for( i=1; i
www.eeworm.com/read/195502/5110446

scr awk.scr

/.*\(0x3da.*/||/.*\(0x3ba.*/ { if (v_3da != 1) print "_v_retrace_"; v_3da = 1; next; } /.*\(0x42.*/||/.*\(0x43.*/ { if (v_4x != 1) print "_timer_";
www.eeworm.com/read/195013/5123374

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/195013/5123383

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/195013/5123386

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 [ ] =