代码搜索:awk

找到约 3,459 项符合「awk」的源代码

代码结果 3,459
www.eeworm.com/read/231546/4715036

txt mve.txt

[ The mve awk script was posted on the vimdev mailing list ] From: jimmer@barney.mdhc.mdc.com (J. McGlasson) Date: Mon, 31 Mar 1997 13:16:49 -0700 (Mar) My compiler (SGI MIPSpro C compiler - IRIX 6.
www.eeworm.com/read/209211/4985739

mkextract

#!/bin/rc switch($#*){ case [012] echo usage: mkextract [-u] field n file... >[1=2] exit 1 } switch($1){ case -u flag=$1; shift case * flag='' } field=$1 n=$2 shift 2 fn select { awk ' BEG
www.eeworm.com/read/200523/5064756

symmetry-suite

#!/bin/sh no_procs=1 batchcount=0 batchstart=0 totalcount=0 c=parameters.ini n=10 clearscen=1 clearout=1 clearerr=0 #no_nodes=$[ 32 - `showq | grep "Nodes Active" | awk '{print $1}'`] echo $no_nodes
www.eeworm.com/read/200523/5064758

prun-suite

#!/bin/sh no_procs=1 batchcount=0 batchstart=0 totalcount=0 c=parameters.ini n=20 clearscen=1 clearout=1 clearerr=0 #no_nodes=$[ 32 - `showq | grep "Nodes Active" | awk '{print $1}'`] echo $no_nodes
www.eeworm.com/read/339586/3297752

c hash_autop.c

/* Do not edit: automatically built by gen_rec.awk. */ #include "db_config.h" #ifdef HAVE_HASH #ifndef NO_SYSTEM_INCLUDES #include #include #include #endif #incl
www.eeworm.com/read/339586/3297915

c qam_autop.c

/* Do not edit: automatically built by gen_rec.awk. */ #include "db_config.h" #ifdef HAVE_QUEUE #ifndef NO_SYSTEM_INCLUDES #include #include #include #endif #inc
www.eeworm.com/read/339586/3298040

c txn_autop.c

/* Do not edit: automatically built by gen_rec.awk. */ #include "db_config.h" #ifndef NO_SYSTEM_INCLUDES #include #if TIME_WITH_SYS_TIME #include #include #else
www.eeworm.com/read/339586/3298044

c txn_auto.c

/* Do not edit: automatically built by gen_rec.awk. */ #include "db_config.h" #ifndef NO_SYSTEM_INCLUDES #include #if TIME_WITH_SYS_TIME #include #include #else
www.eeworm.com/read/302096/3827853

update_html

#!/bin/sh # Convert man pages to html files. cd man3 for page in *.3;do if [ "`wc -l $page | awk '{print $1}'`" -gt 1 ]; then html="../html/`echo $page | sed -e 's/.3$/.html/'`" man2html $
www.eeworm.com/read/279453/4136495

id2ip

#!/usr/bin/awk -f # This file is part of the aMule project. # # Copyright (c) 2003-2005 aMule Project ( admin@amule.org / http://www.amule.org ) # Copyright (c) 2004-2005 xmb ( http://xmb.ath.cx ) #