Searched refs:awk (Results 76 - 100 of 196) sorted by relevance

12345678

/illumos-gate/usr/src/cmd/ypcmd/net_files/
H A DMakefile103 (awk 'BEGIN { FS=":"; OFS="\t"; } /^[a-zA-Z0-9_]/ { print $$1, $$0 }' $(PWDIR)/passwd $(CHKPIPE))| $(MAKEDBM) - $(YPDBDIR)/$(DOM)/passwd.byname; \
104 (awk 'BEGIN { FS=":"; OFS="\t"; } /^[a-zA-Z0-9_]/ { printf("%-10d ", $$3); print $$0 }' $(PWDIR)/passwd $(CHKPIPE))| $(MAKEDBM) - $(YPDBDIR)/$(DOM)/passwd.byuid; \
113 @(awk 'BEGIN { FS=":"; OFS="\t"; } /^[a-zA-Z0-9_]/ { print $$1, $$0 }' $(DIR)/group $(CHKPIPE))| $(MAKEDBM) - $(YPDBDIR)/$(DOM)/group.byname;
114 @(awk 'BEGIN { FS=":"; OFS="\t"; } /^[a-zA-Z0-9_]/ { printf("%-10d ", $$3); print $$0 }' $(DIR)/group $(CHKPIPE)) | $(MAKEDBM) - $(YPDBDIR)/$(DOM)/group.bygid;
122 @(awk 'BEGIN { FS=":"; OFS="\t"; } /^[a-zA-Z0-9_]/ { print $$1, $$0 }' $(DIR)/project $(CHKPIPE))| $(MAKEDBM) - $(YPDBDIR)/$(DOM)/project.byname;
123 @(awk 'BEGIN { FS=":"; OFS="\t"; } /^[a-zA-Z0-9_]/ { printf("%-10d ", $$2); print $$0 }' $(DIR)/project $(CHKPIPE)) | $(MAKEDBM) - $(YPDBDIR)/$(DOM)/project.byprojid;
133 (awk 'BEGIN { OFS="\t"; } $$1 !~ /^#/ { print $$1, $$0 }' $(CHKPIPE)) | \
144 (awk 'BEGIN { OFS="\t"; } $$1 !~ /^#/ { print $$1, $$0 }' $(CHKPIPE)) | \
154 |(awk '{print $$1, $$0; for (i = 3;i <= NF;i++) print $$i,$$0}' $(CHKPIPE)) \
157 @(awk 'BEGI
[all...]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/history/
H A Dhistory_common.kshlib55 cmd=$(echo $histcmd | awk '{print $1}')
56 subcmd=$(echo $histcmd | awk '{print $2}')
124 typeset tag=$(echo $cmd | awk '{print $4}')
222 echo $cmd | awk '{i = NF - 1; print $i}' | grep '@' >/dev/null \
266 opt=$(echo $tmp | awk '{print $2}')
290 opt=$(echo $tmp | awk '{print $2}')
291 gid=$(awk -F: "/^${tmp%% *}:/ {print \$3}" /etc/group)
H A Dhistory_004_pos.ksh49 typeset -i orig_count=$(zpool history $spool | wc -l | awk '{print $1}')
93 typeset -i entry_count=$(zpool history $spool | wc -l | awk '{print $1}')
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_upgrade/
H A Dzfs_upgrade_001_pos.ksh77 OLDCOUNT=$( wc -l $oldoutput | awk '{print $1}' )
105 COUNT=$( wc -l $output | awk '{print $1}' )
132 COUNT=$( wc -l $output | awk '{print $1}' )
/illumos-gate/usr/src/lib/libc/
H A Dmakelibccatalog.sh67 awk -f errlist.awk errlist
/illumos-gate/usr/src/cmd/xvm/ipagent/
H A Dipagent.ksh41 tmp=`netstat -I $1 -in -f inet | awk '{print $4}' | grep -v Address`;
/illumos-gate/usr/src/cmd/power/
H A Dsvc-power70 if [ X`df -n / | awk '{print $3}'` != "Xzfs" ] ; then
73 rootpool=`zfs mount | grep ' \/$' | awk '{print $1 }' |\
/illumos-gate/usr/src/cmd/sendmail/cf/sh/
H A Dcheck-permissions.sh63 awk '{
/illumos-gate/usr/src/cmd/sgs/tools/
H A Dchkmsg.sh40 m) nawk -f ${TOOLDIR}/catalog.awk $OPTARG ;;
67 nawk -f ${TOOLDIR}/getmessage.awk $*
/illumos-gate/usr/src/cmd/syslogd/
H A Dsystem-log44 awk '{
83 remote=`awk -F= '
/illumos-gate/usr/src/cmd/acct/
H A DMakefile34 SHFILE2= ptecms.awk ptelus.awk
48 ptecms.awk ptelus.awk
H A Dckpacct.sh65 _blocks=`df $_adm | sed 's/.*://' | awk '{ print $1 }'`
/illumos-gate/usr/src/test/zfs-tests/cmd/scripts/
H A Dzfstest.ksh40 typeset all_disks=$(echo '' | sudo -k format | awk \
42 typeset used_disks=$(zpool status | awk \
59 typeset ds=$(mount | awk '/^\/ / {print $3}')
170 num_disks=$(echo $DISKS | awk '{print NF}')
/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/trivial/
H A Dzfs_acl_cp_003_neg.ksh76 awk '{print substr($1, 11, 1)}')
/illumos-gate/usr/src/test/zfs-tests/tests/functional/bootfs/
H A Dbootfs_003_pos.ksh77 RES=$(zpool get bootfs $POOL | tail -1 | awk '{print $3}' )
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_clone/
H A Dzfs_clone_007_pos.ksh43 ZFS_VERSION=$(zfs upgrade | head -1 | awk '{print $NF}' \
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_create/
H A Dzfs_create_012_pos.ksh44 ZFS_VERSION=$(zfs upgrade | head -1 | awk '{print $NF}' \
H A Dzfs_create_009_neg.ksh65 awk '{print $1}' | grep / ); do
99 set -A existed_fs $(zfs list -H | awk '{print $1}' | grep / )
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_import/
H A Dzpool_import_all_001_pos.ksh81 for pool in `zpool import | grep "pool:" | awk '{print $2}'`; do
85 for pool in `zpool import -d $DEVICE_DIR | grep "pool:" | awk '{print $2}'`; do
139 checksum2=$(sum $file | awk '{print $1}')
154 checksum1=$(sum $MYTESTFILE | awk '{print $1}')
/illumos-gate/usr/src/test/zfs-tests/tests/functional/zvol/zvol_swap/
H A Dzvol_swap_001_pos.ksh73 filesize=`ls -l /tmp/$TESTFILE | awk '{print $5}'`
/illumos-gate/usr/src/cmd/ypcmd/
H A Dmulti.sh36 MULTIAWK=/usr/lib/netsvc/yp/multi.awk
/illumos-gate/usr/src/cmd/dfs.cmds/shareall/
H A Dshareall.sh77 def_fs=`egrep '^[^#]' $fsys_file | awk '{print $1; exit}'`
/illumos-gate/usr/src/cmd/svc/milestone/
H A Ddevices-local62 fblink=`ls -l /dev/fb | /usr/bin/awk '{ print $11 }'`
/illumos-gate/usr/src/cmd/th_tools/
H A Dth_script.sh138 /usr/bin/awk -F: '{for (i = 1; i <= NF; i++) print $i}')
169 /usr/bin/awk '{for (i = 1; i <= NF; i++) print $i}')
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_destroy/
H A Dzfs_destroy_004_pos.ksh105 fs=`echo $arg | awk '{print $1}'`
106 mntp=`echo $arg | awk '{print $2}'`

Completed in 118 milliseconds

12345678