代码搜索:awk
找到约 3,459 项符合「awk」的源代码
代码结果 3,459
www.eeworm.com/read/473307/1400482
sh bdm-install.sh
#!/bin/sh
MAJOR=`modstat -n bdm | tail -1 | awk '{print $3}'`
if [ ! -c /dev/bdmcpu320 ]
then
mknod -m 666 /dev/bdmcpu320 c $MAJOR 0
fi
if [ ! -c /dev/bdmcpu321 ]
then
mknod -m 666 /dev/bdmcpu321
www.eeworm.com/read/457053/1600639
com dropratio.com
# plot ratio of arriving packets dropped vs. time
## csh DropRatio.com fairflow2.xgr 1
set filename=$1
set num=$2
rm -f chart chart2
awk '{if($1>0&&$1!~/:/){print};if($1~/flow/){print " "}}' $filename
www.eeworm.com/read/457053/1600667
com time.com
# plot time of reporting interval vs. time
## csh Time.com fairflow.rpt.sec 1
set filename=$1
set num=$2
rm -f chart chart2
awk '{if($1>0&&$1!~/:/){print};if($1~/flow/){print " "}}' $filename > chart
www.eeworm.com/read/455269/1624508
com dropratio.com
# plot ratio of arriving packets dropped vs. time
## csh DropRatio.com fairflow2.xgr 1
set filename=$1
set num=$2
rm -f chart chart2
awk '{if($1>0&&$1!~/:/){print};if($1~/flow/){print " "}}' $filename
www.eeworm.com/read/455269/1624536
com time.com
# plot time of reporting interval vs. time
## csh Time.com fairflow.rpt.sec 1
set filename=$1
set num=$2
rm -f chart chart2
awk '{if($1>0&&$1!~/:/){print};if($1~/flow/){print " "}}' $filename > chart
www.eeworm.com/read/248230/4470606
spec php4-sqlite3.spec
%define def_php_extdir /usr/lib/php/extensions
%define php_extdir %(php-config --extension-dir || echo "%{def_php_extdir}")
%define pear_dir %(pear config-show | grep php_dir | awk '{print $4}')
www.eeworm.com/read/213708/4912885
com dropratio.com
# plot ratio of arriving packets dropped vs. time
## csh DropRatio.com fairflow2.xgr 1
set filename=$1
set num=$2
rm -f chart chart2
awk '{if($1>0&&$1!~/:/){print};if($1~/flow/){print " "}}' $filename
www.eeworm.com/read/213708/4912913
com time.com
# plot time of reporting interval vs. time
## csh Time.com fairflow.rpt.sec 1
set filename=$1
set num=$2
rm -f chart chart2
awk '{if($1>0&&$1!~/:/){print};if($1~/flow/){print " "}}' $filename > chart
www.eeworm.com/read/183001/5260207
perquery
#!/bin/sh
egrep 'x = "|elapse' | \
awk 'BEGIN { x = 0; y = 0; z = 0; a = 0; } \
/.*elapse.*/ {x = $2 + x; y = $4 + y; z = $6 + z;} \
/.*x = ".*/ { \
printf "query %2d: %7.3f real %7.3f us