代码搜索:awk
找到约 3,459 项符合「awk」的源代码
代码结果 3,459
www.eeworm.com/read/243567/4525931
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/243567/4525934
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/242732/4540654
awk depend.awk
#! /usr/bin/awk -f
# This is an awk script which does dependencies. We do NOT want it to
# recursively follow #include directives.
# We only add to dependencies those files which are inside of the
www.eeworm.com/read/240886/4566641
awk ensemble.awk
# program to produce loran ensemble statistics from clockstats files
#
# usage: awk -f ensemble.awk clockstats
#
# format of input record (time values in seconds)
# 49165 8.628 127.127.10.1 93:178:00:
www.eeworm.com/read/240886/4566643
awk clock.awk
# awk program to scan clockstat files and report errors/statistics
#
# usage: awk -f check.awk clockstats
#
# This program works for the following radios:
# PST/Traconex 1020 WWV reciever
# Arbiter 10
www.eeworm.com/read/240886/4566647
awk etf.awk
# program to produce external time/frequence statistics from clockstats files
#
# usage: awk -f etf.awk clockstats
#
# format of input record
# 49165 40.473 127.127.10.1 93:178:00:00:39.238 ETF
# +175
www.eeworm.com/read/240886/4566648
awk itf.awk
# program to produce intewrnal time/frequence statistics from clockstats files
#
# usage: awk -f itf.awk clockstats
#
# format of input record
# 49227 67.846 127.127.10.1 93:240:00:00:51.816 ITF
# COC
www.eeworm.com/read/240886/4566650
awk tdata.awk
# program to produce loran tdata statistics from clockstats files
#
# usage: awk -f tdata.awk clockstats
#
# format of input record (missing replaced by -40.0)
# 49228 36.852 127.127.10.1 93:241:00:00
www.eeworm.com/read/240886/4566652
awk dupe.awk
#
# delete duplicate lines
#
{
if (old != $0)
printf "%s\n", $0
old = $0
}
www.eeworm.com/read/240886/4566655
awk loop.awk
# awk program to scan loopstats files and report errors/statistics
#
# usage: awk -f loop.awk loopstats
#
# format of loopstats record
# MJD sec time (s) freq (ppm) poll
# 49235 3.943 0.0000