代码搜索:awk
找到约 3,459 项符合「awk」的源代码
代码结果 3,459
www.eeworm.com/read/131315/5940466
1 awk.1
.TH AWK 1
.CT 1 files prog_other
.SH NAME
awk \- pattern-directed scanning and processing language
.SH SYNOPSIS
.B awk
[
.BI -F
.I fs
]
[
.BI -v
.I var=value
]
[
.I 'prog'
|
.BI -f
.I progfile
]
[
.I
www.eeworm.com/read/131315/5940471
h awk.h
/****************************************************************
Copyright (C) AT&T 1993
All Rights Reserved
Permission to use, copy, modify, and distribute this software and
its documentation for a
www.eeworm.com/read/131315/5940493
awk needed.awk
# !Automatically generated from ./functions.def - DO NOT EDIT!
/bcmp/ { printf "bcmp.o " }
/bcopy/ { printf "bcopy.o " }
/bzero/ { printf "bzero.o " }
/getopt/ { printf "getopt.o " }
/getpagesize/ { p
www.eeworm.com/read/131315/5942051
awk innlog.awk
## $Revision: 1.7 $
## @(#) newsinfo.awk falcon@cats.ucsc.edu (jon r. luini) 7/4/92
## Modified by Robert Elz to understand more reports.
## Modified by Rich $alz for consistent formatting.
## Mo
www.eeworm.com/read/131315/5943166
awk mkfuncs.awk
BEGIN { FS="("; state = 0 }
/^ public/ { ftype = $0; state = 1 }
{ if (state == 1)
state = 2
else if (state == 2)
{ print ftype,$1,"();"; state = 0 }
}
www.eeworm.com/read/131315/5944011
awk pcexterns.awk
#!/bin/sh -
#
# Copyright (c) 1982, 1993
# The Regents of the University of California. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are
www.eeworm.com/read/131315/5944421
awk newversion.awk
# Copyright (c) 1980, 1993
# The Regents of the University of California. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted pro
www.eeworm.com/read/129848/5969679
awk genrec.awk
END {
srand();
USER_INFO="user_info.ctl";
printf("load data\ninfile *\nappend\ninto table user_info\nfields terminated by '|'\n(\n\tloginname\t\tchar(12),\n\tcreate_ts\tdate(14) 'YYYYMMDD
www.eeworm.com/read/129848/5969695
awk genlog.awk
END {
srand();
outfile="user_log.ctl";
printf("load data\ninfile *\nappend\ninto table user_log\nfields terminated by '|'\n(\n\tlog_id\t\tinteger external,\n\tcreate_ts\tdate(14) 'YYYYMMDD
www.eeworm.com/read/129848/5969708
awk genlog.awk
END {
srand();
CHARGE_FEE="charge_fee.ctl";
printf("load data\ninfile *\nappend\ninto table charge_fee\nfields terminated by '|'\n(\n\tfee_id\t\tinteger external,\n\tcreate_ts\tdate(14) '