代码搜索:awk

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

代码结果 3,459
www.eeworm.com/read/205421/15316330

awk getver.awk

# SCCSID @(#)getver.awk 1.1 11/24/97 # # Get versions of all files used to make current target # BEGIN { printf("#\n# Copyright 1996, ESS Technology, Inc.\n"); printf("# SCCSID %%%s%% %%%s%%\
www.eeworm.com/read/11175/207952

awk mungeqh.awk

www.eeworm.com/read/15240/441410

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/17071/712878

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/35675/1059675

awk form.awk

# form.awk is an awk script that requires access to 2 files: The # first file is called "form.letter." This file contains the # format for a form letter. The awk script uses another file, # "data.form
www.eeworm.com/read/35675/1059709

sc awk.sc

# awk.sc script /tom/ { count["tom"]++ } /mary/ { count["mary"]++ } END{print "There are " count["tom"] " Toms in the file and " count["mary"]" Marys in the file."}
www.eeworm.com/read/489559/1219481

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/486883/1245773

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/480930/1312484

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/480930/1312493

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 }