代码搜索:awk

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

代码结果 3,459
www.eeworm.com/read/365329/9869167

awk main.awk

# main.awk -- 5.8 Sep 27 15:58:56 1993 # Copyright (c) 1993 Axel T. Schreiner # preprocessor implementation (last module) # private: # preprocess(file) preprocess a source file # preprocess a m
www.eeworm.com/read/365329/9869169

awk parse.awk

# parse.awk -- 5.7 Sep 1 10:40:56 1993 # Copyright (c) 1993 Axel T. Schreiner # class description file parser # load(desc) load class description file desc.d # setClass(c) load class c into Rep
www.eeworm.com/read/365329/9869171

awk io.awk

# io.awk -- 5.4 Jun 18 15:35:16 1993 # Copyright (c) 1993 Axel T. Schreiner # input/output file management functions # error(message) message -> stderr, set exit status 1 # fatal(message) message
www.eeworm.com/read/365329/9869174

awk report.awk

# report.awk -- 5.6 Sep 27 15:48:01 1993 # Copyright (c) 1993 Axel T. Schreiner # report generator # loadReports(file) get reports from file # gen(report) generate report # puts(line) emit line \n
www.eeworm.com/read/364932/9887233

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/364932/9887247

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/167987/9942482

sc awk.sc

/tom/ { count["tom"]++ } /mary/ { count["mary"]++ } END{print "There are " count["tom"] " Tom's in the file and \ " count["mary"]" Mary's in the file."}
www.eeworm.com/read/167987/9942518

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/167888/9948490

awk extract.awk

# extract - extract C source files from GTK Tutorial # Copyright (C) Tony Gale 1998 # Contact: gale@gtk.org # # Command Switches: # -c : Just do checking rather than output files # -f : Ext
www.eeworm.com/read/362022/10022160

awk getnoderecv.awk

# getData.awk BEGIN { if(step ==0) step = 10; base = 0; start = 0; bytes = 0; total_bytes = 0; max = 0; calc = 0; } $0 ~/^s.* AGT/ { if (base == 0 && $3 == ("_" src "_")) { base = $2;