代码搜索:awk
找到约 3,459 项符合「awk」的源代码
代码结果 3,459
www.eeworm.com/read/247473/4481886
awk txn.awk
# $Id: txn.awk,v 1.1.1.1 2004/08/19 23:53:56 gopalan Exp $
#
# Print out all the records for a comma-separated list of transaction ids.
NR == 1 {
ntxns = 0
while ((ndx = index(TXN, ",")) != 0) {
t
www.eeworm.com/read/247473/4481887
awk rectype.awk
# $Id: rectype.awk,v 1.1.1.1 2004/08/19 23:53:56 gopalan Exp $
#
# Print out a range of the log
# Command line should set RECTYPE to the a comma separated list
# of the rectypes (or partial strings of
www.eeworm.com/read/247473/4481888
awk logstat.awk
# $Id: logstat.awk,v 1.1.1.1 2004/08/19 23:53:56 gopalan Exp $
#
# Output accumulated log record count/size statistics.
BEGIN {
l_file = 0;
l_offset = 0;
}
/^\[/{
gsub("[][: ]", " ", $1)
split($
www.eeworm.com/read/247473/4481889
awk dbname.awk
# $Id: dbname.awk,v 1.1.1.1 2004/08/19 23:53:56 gopalan Exp $
#
# Take a comma-separated list of database names and spit out all the
# log records that affect those databases.
NR == 1 {
nfiles = 0
www.eeworm.com/read/247473/4481890
awk pgno.awk
# $Id: pgno.awk,v 1.1.1.1 2004/08/19 23:53:56 gopalan Exp $
#
# Take a comma-separated list of page numbers and spit out all the
# log records that affect those page numbers.
NR == 1 {
npages = 0
w
www.eeworm.com/read/247473/4481891
awk range.awk
# $Id: range.awk,v 1.1.1.1 2004/08/19 23:53:56 gopalan Exp $
#
# Print out a range of the log
/^\[/{
l = length($1) - 1;
i = index($1, "]");
file = substr($1, 2, i - 2);
file += 0;
start = i + 2
www.eeworm.com/read/247473/4481892
awk count.awk
# $Id: count.awk,v 1.1.1.1 2004/08/19 23:53:56 gopalan Exp $
#
# Print out the number of log records for transactions that we
# encountered.
/^\[/{
if ($5 != 0)
print $5
}
www.eeworm.com/read/246048/4498074
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/243630/4520336
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/243567/4525925
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