代码搜索:awk
找到约 3,459 项符合「awk」的源代码
代码结果 3,459
www.eeworm.com/read/297160/3888802
forceunload
#!/bin/sh
# if you have kdebug, this unloads a module with non-0 usage count.
# use with care
set -v
add=`ksyms -m | awk "/.---.*\[$1\]/ {print \\$1}"`
echo "
set *0x${add}=0
quit
y
" | kgdb
rmmod
www.eeworm.com/read/297160/3888853
forceunload
#!/bin/sh
# if you have kdebug, this unloads a module with non-0 usage count.
# use with care
set -v
add=`ksyms -m | awk "/.---.*\[$1\]/ {print \\$1}"`
echo "
set *0x${add}=0
quit
y
" | kgdb
rmmod
www.eeworm.com/read/297160/3888969
forceunload
#!/bin/sh
# if you have kdebug, this unloads a module with non-0 usage count.
# use with care
set -v
add=`ksyms -m | awk "/.---.*\[$1\]/ {print \\$1}"`
echo "
set *0x${add}=0
quit
y
" | kgdb
rmmod
www.eeworm.com/read/297160/3889084
forceunload
#!/bin/sh
# if you have kdebug, this unloads a module with non-0 usage count.
# use with care
set -v
add=`ksyms -m | awk "/.---.*\[$1\]/ {print \\$1}"`
echo "
set *0x${add}=0
quit
y
" | kgdb
rmmod
www.eeworm.com/read/290228/3983421
com dist.com
# plot distribution of ratio between combined metric/arrival rate.
## csh Dist.com Dist.sum.data $total
set filename=$1
set num=$2
set total=$3
#
awk '{print $1, $2/'$total} $filename > chart
#
s
www.eeworm.com/read/278768/4141748
forceunload
#!/bin/sh
# if you have kdebug, this unloads a module with non-0 usage count.
# use with care
set -v
add=`ksyms -m | awk "/.---.*\[$1\]/ {print \\$1}"`
echo "
set *0x${add}=0
quit
y
" | kgdb
rmmod
www.eeworm.com/read/447901/1693146
test setfacl.test
Setfacl utility tests. Run these tests on a filesystem with ACL support.
$ mkdir d
$ chown bin:bin d
$ cd d
$ su bin
$ sg bin
$ umask 027
$ touch g
$ ls -dl g | awk '{print $1}'
> -rw-r--
www.eeworm.com/read/437028/1836992
ipcreset
# $Header: /home/harrison/c/tcgmsg/ipcv4.0/RCS/ipcreset,v 1.1 91/12/06 17:26:37 harrison Exp Locker: harrison $
ipcrm `ipcs | awk '{if (($1 == "m") || ($1 == "s")) print sprintf("-%s %s",$1,$2) }'`
www.eeworm.com/read/429717/1946288
com dist.com
# plot distribution of ratio between combined metric/arrival rate.
## csh Dist.com Dist.sum.data $total
set filename=$1
set num=$2
set total=$3
#
awk '{print $1, $2/'$total} $filename > chart
#
s
www.eeworm.com/read/416031/2129885
forceunload
#!/bin/sh
# if you have kdebug, this unloads a module with non-0 usage count.
# use with care
set -v
add=`ksyms -m | awk "/.---.*\[$1\]/ {print \\$1}"`
echo "
set *0x${add}=0
quit
y
" | kgdb
rmmod