代码搜索:awk
找到约 3,459 项符合「awk」的源代码
代码结果 3,459
www.eeworm.com/read/176655/5336162
awk version.awk
#
# Public Release 3
#
# $Id: version.awk,v 1.4 1998/09/15 16:48:52 wfs Exp $
#
# ------------------------------------------------------------------------
#
# Copyright (c) 1996, 1997 The Regents of
www.eeworm.com/read/176655/5336169
awk sigconv.awk
#
# Public Release 3
#
# $Id: sigconv.awk,v 1.5 1999/03/09 05:18:48 babydr Exp $
#
# ------------------------------------------------------------------------
#
# Copyright (c) 1996, 1997 The Regents
www.eeworm.com/read/174879/5355900
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/173914/5366873
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/173914/5366875
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/173914/5366879
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/173914/5366880
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/173914/5366882
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/173914/5366884
awk dupe.awk
#
# delete duplicate lines
#
{
if (old != $0)
printf "%s\n", $0
old = $0
}
www.eeworm.com/read/173914/5366887
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