代码搜索:awk
找到约 3,459 项符合「awk」的源代码
代码结果 3,459
www.eeworm.com/read/183675/5252725
sh postgis-jdbcdedectver.sh
#!/bin/bash
JDBC_VERSION_RPM=`rpm -ql postgresql-jdbc| grep 'jdbc2.jar$'|awk -F '/' '{print $5}'`
sed 's/postgresql.jar/'${JDBC_VERSION_RPM}'/g' $MAKEFILE_DIR/Makefile > $MAKEFILE_DIR/Makefile.new
mv
www.eeworm.com/read/180227/5288164
mkrtlpatch
#!/bin/bash
TAG=`bk changes | fgrep TAG | fgrep v2. | head -n 1 | awk '{print $2}'`
echo Generating patches against tag $TAG
bk rset -h -r${TAG},+ | egrep ^arch/i386 | bk gnupatch -h > i386.patch
b
www.eeworm.com/read/167185/5463729
sh decplay.sh
#! /bin/sh
# @(#)decplay.sh 1.1 11/21/96 ERL
ESPS_EDR=off
export ESPS_EDR
copysd -d short $* /usr/tmp/dplay$$
sz=`psps -D -v /usr/tmp/dplay$$ | grep samples | grep size | awk '{print $7}'`
rate=`hdite
www.eeworm.com/read/345992/3193934
modscrip
#!/bin/sh
rm -f modscripout
edb2dmi < showdraft >tmpdraft
edb2dmi tmpedb2
(edb2dmi
www.eeworm.com/read/339586/3297708
h qam_auto.h
/* Do not edit: automatically built by gen_rec.awk. */
#ifndef __qam_AUTO_H
#define __qam_AUTO_H
#define DB___qam_incfirst 84
typedef struct ___qam_incfirst_args {
u_int32_t type;
DB_TXN *txnid;
D
www.eeworm.com/read/339586/3297709
h dbreg_auto.h
/* Do not edit: automatically built by gen_rec.awk. */
#ifndef __dbreg_AUTO_H
#define __dbreg_AUTO_H
#define DB___dbreg_register 2
typedef struct ___dbreg_register_args {
u_int32_t type;
DB_TXN *tx
www.eeworm.com/read/339586/3297730
h crdel_auto.h
/* Do not edit: automatically built by gen_rec.awk. */
#ifndef __crdel_AUTO_H
#define __crdel_AUTO_H
#define DB___crdel_metasub 142
typedef struct ___crdel_metasub_args {
u_int32_t type;
DB_TXN *tx
www.eeworm.com/read/339586/3297739
h rep_auto.h
/* Do not edit: automatically built by gen_rec.awk. */
#ifndef __rep_AUTO_H
#define __rep_AUTO_H
typedef struct ___rep_update_args {
DB_LSN first_lsn;
int num_files;
} __rep_update_args;
typedef s