代码搜索:awk

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

代码结果 3,459
www.eeworm.com/read/333835/3381640

test cp.test

The cp utility should only copy ACLs if `-p' is given. $ umask 022 $ mkdir d $ cd d $ touch f $ setfacl -m u:bin:rw f $ ls -l f | awk -- '{ print $1 }' > -rw-rw-r--+ $ cp f g $ ls -l g |
www.eeworm.com/read/301403/3840219

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/301403/3840247

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/290228/3983404

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/290228/3983432

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/447901/1693145

test cp.test

The cp utility should only copy ACLs if `-p' is given. $ umask 022 $ mkdir d $ cd d $ touch f $ setfacl -m u:bin:rw f $ ls -l f | awk -- '{ print $1 }' > -rw-rw-r--+ $ cp f g $ ls -l g |
www.eeworm.com/read/429717/1946271

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/429717/1946299

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/427042/1984355

configure

#! /bin/sh if test "x$1" = x; then arg="--prefix=/usr/local" else arg=$1 fi arg_dir=`echo $arg | awk '{ print $1}' | cut -d= -f1` if ! test "x$arg_dir" = "x--prefix"; then echo "Bad argument" e
www.eeworm.com/read/411488/2187556

mak icc.mak

# Time-stamp: #INCLUDES := CXX := icpc CC := icc ifdef TARGET_OS # CXX := ${TARGET_OS}-c++ # CC := ${TARGET_OS}-gcc endif CXX_VERSION := $(shell ${CXX} --version | awk 'NR