代码搜索:awk

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

代码结果 3,459
www.eeworm.com/read/173914/5366888

awk peer.awk

# awk program to scan peerstats files and report errors/statistics # # usage: awk -f peer.awk peerstats # # format of peerstats record # MJD sec ident stat offset (s) delay (s) disp (s) #
www.eeworm.com/read/173914/5366889

awk psummary.awk

# program to scan peer_summary file and produce summary of daily summaries # # usage: awk -f psummary.awk peer_summary # # format of input records # peerstats.19960706 # ident cnt mean
www.eeworm.com/read/171344/5396425

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/169937/5408554

awk retain.awk

{print "-L ",$3;}
www.eeworm.com/read/169197/5425730

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/168763/5438243

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/168763/5440071

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/164889/5487141

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/350097/3135535

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/350097/3135543

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 }