代码搜索:awk
找到约 3,459 项符合「awk」的源代码
代码结果 3,459
www.eeworm.com/read/129848/5969723
awk purge.awk
BEGIN { FS="|" }
{
printf("delete from user_log where user_nm='%s' and log_sq
www.eeworm.com/read/129064/5975179
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/129064/5975195
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/129064/5975208
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) '
www.eeworm.com/read/129064/5975232
awk purge.awk
BEGIN { FS="|" }
{
printf("delete from user_log where user_nm='%s' and log_sq
www.eeworm.com/read/129064/5975272
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/129064/5975288
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/129064/5975301
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) '