Searched refs:awk (Results 101 - 125 of 372) sorted by relevance

1234567891011>>

/freebsd-12-stable/usr.bin/file/
H A DMakefile36 FILEVER!= awk '$$1 == "\#define" && $$2 == "VERSION" { print $$3; exit }' \
/freebsd-12-stable/usr.sbin/periodic/etc/daily/
H A D221.backup-gpart55 gpart_devs=$(gpart show | awk '$1 == "=>" { print $4 }')
76 boot_part=$(echo "$gpart_show" | awk '$4 ~ /(bios|freebsd)-boot/ { print $3 }')
88 mbr_part=$(echo "$gpart_show" | awk '$1 == "=>" && $5 == "MBR" { print $4 }')
110 efi_part=$(gpart show -p | awk '$4 ~ /efi/ {print $3}')
H A D440.status-mailq32 awk '$1 >= 1 {print $1, $2}';;
53 awk '$1 >= 1 {print $1, $2}';;
/freebsd-12-stable/tools/tools/locale/tools/
H A Dfinalize82 nname=`echo $oldname | awk '{ split($0, a, "_"); print a[1]"_"a[3]"@"a[2];} '`
140 keep=$(cat ${TEMP} | awk '{ print $2 ".src" }')
142 keep=$(awk '{ if ($1 != last1) print $2; last1 = $1; }' ${TEMP2})
147 awk '{ if ($1 == last1) { print "SYMPAIRS+=\t" last2 " " $2 } \
180 awk -v tmp4=${TEMP4} '$1 == "SAME+=" && $0 !~ /legacy/ {
189 for line in $(awk '{ print $3 }' ${TEMP4}); do
198 keep=$(cat ${TEMP} | awk '{ print $2 }')
205 keep=$(cat ${TEMP} | awk '{ print $2 }')
213 grep -v '^LOCALES+' ${old}/Makefile | awk "${AWKCMD}" > ${new}/Makefile
/freebsd-12-stable/contrib/ncurses/include/
H A DMKkey_defs.sh37 : ${AWK-awk}
48 # awk see the right field alignment of the corresponding columns):
85 ${AWK-awk} >$output <$data '
H A DMKparametrized.sh55 ${AWK-awk} <$CAPS '
/freebsd-12-stable/contrib/tcpdump/
H A Dmkdep84 awk '{
/freebsd-12-stable/contrib/libpcap/
H A Dmkdep84 awk '{
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/scripting/
H A Dtst.egid.ksh80 groupid=`ps -x -o pid,egid | grep "$$ " | awk '{print $2}' 2>/dev/null`
H A Dtst.euid.ksh72 userid=`ps -x -o pid,uid | grep "$$ " | awk '{print $2}' 2>/dev/null`
H A Dtst.gid.ksh72 groupid=`ps -x -o pid,gid | grep "$$ " | awk '{print $2}' 2>/dev/null`
H A Dtst.projid.ksh72 projectid=`ps -x -o pid,projid | grep "$$ " | awk '{print $2}' 2>/dev/null`
H A Dtst.sid.ksh72 sessionid=`ps -x -o pid,sid | grep "$$ " | awk '{print $2}' 2>/dev/null`
H A Dtst.taskid.ksh72 taskidval=`ps -x -o pid,taskid | grep "$$ " | awk '{print $2}' 2>/dev/null`
H A Dtst.uid.ksh72 userid=`ps -x -o pid,uid | grep "$$ " | awk '{print $2}' 2>/dev/null`
/freebsd-12-stable/sys/conf/
H A Dsystags.sh42 -e 's,[a-z][^/ ]*/\.\./,,g' .depend.* | awk '{
/freebsd-12-stable/tests/sys/cddl/zfs/bin/
H A Dzpool_smi.ksh46 awk '{print $1}' | awk -F= '{print $2}' )
/freebsd-12-stable/tests/sys/cddl/zfs/include/
H A DMakefile23 commands.cfg: translatecommands.awk commands.txt
24 awk -v stfsuitedir=${STFSUITEDIR} -f ${.ALLSRC} > ${.TARGET}
/freebsd-12-stable/tests/sys/cddl/zfs/tests/mmap/
H A Dmmap_write_001_pos.ksh67 NCPUS=`sysctl -a | awk -F '"' '/cpu count="[0-9+]"/ {print $2; exit}'`
/freebsd-12-stable/tests/sys/geom/class/nop/
H A Dnop_test.sh78 disk_descr=$(diskinfo -v ${disk} | awk '/Disk descr/ {print $1}')
79 disk_trim=$(diskinfo -v ${disk} | awk '/TRIM.UNMAP/ {print $1}')
80 disk_rotrate=$(diskinfo -v ${disk} | awk '/Rotation rate/ {print $1}')
81 disk_zonemode=$(diskinfo -v ${disk} | awk '/Zone Mode/ {print $1}')
84 nop_descr=$(diskinfo -v ${disk}.nop | awk '/Disk descr/ {print $1}')
85 nop_trim=$(diskinfo -v ${disk}.nop | awk '/TRIM.UNMAP/ {print $1}')
86 nop_rotrate=$(diskinfo -v ${disk}.nop | awk '/Rotation/ {print $1}')
87 nop_zonemode=$(diskinfo -v ${disk}.nop | awk '/Zone Mode/ {print $1}')
/freebsd-12-stable/tests/sys/geom/class/uzip/
H A D1_test.sh8 ret=$(echo I | tr -d "[:space:]" | od -to2 | head -n1 | awk '{print $2}' | cut -c6)
/freebsd-12-stable/tools/
H A Dmake_libdeps.sh125 awk -F"${FS}" '{ print $2 }' ${LIBDEPENDS} | tr ' ' '\n' |
138 awk -F"${FS}" '{
/freebsd-12-stable/stand/common/
H A Dnewvers.sh50 #r=`head -n 6 $1 | tail -n 1 | awk -F: ' { print $1 } '`
51 r=`awk -F: ' /^[0-9]\.[0-9]+:/ { print $1; exit }' $1`
/freebsd-12-stable/crypto/openssh/
H A Dfreebsd-namespace.sh64 nm ${libssh_builddir}/${libssh} | awk '
75 nm ${libssh_builddir}/${libssh} | awk '
/freebsd-12-stable/share/doc/usd/13.viref/
H A DMakefile32 sort -u '-t ' -k 1,1 -k 2n | awk -f ${.CURDIR}/merge.awk | \

Completed in 119 milliseconds

1234567891011>>