代码搜索:awk

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

代码结果 3,459
www.eeworm.com/read/124910/6039285

awk errnos.awk

# Copyright (C) 1991,92,93,94,95,96,97,2000,01,02 # Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or # mod
www.eeworm.com/read/110034/6172131

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/110034/6172137

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/110034/6172140

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/108242/6183512

h awk.h

/* * a small awk clone * * (C) 1989 Saeko Hirabauashi & Kouichi Hirabayashi * * Absolutely no warranty. Use this software with your own risk. * * Permission to use, copy, modify and distribute
www.eeworm.com/read/102935/6230816

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/102935/6230822

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/102935/6230825

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/101135/6238095

9 awk.9

Command: awk - pattern matching language Syntax: awk rules [file] ... Flags: (none) Examples: awk rules input # Process input according to rules awk rules -
www.eeworm.com/read/101135/6238168

9 awk.9

.CD "awk \(en pattern matching language" .SX "awk \fIrules\fR [\fIfile\fR] ... .FL "\fR(none)" .EX "awk rules input" "Process \fIinput\fR according to \fIrules\fR" .EX "awk rules \(en >out" "Input fr