Searched refs:grep (Results 226 - 250 of 354) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_create/
H A Dzpool_create_014_neg.ksh51 swap -l | grep $TMP_FILE > /dev/null 2>&1
H A Dzpool_create_015_neg.ksh55 swap -l | grep /dev/zvol/dsk/$vol_name > /dev/null 2>&1
/illumos-gate/usr/src/test/zfs-tests/tests/functional/delegate/
H A Dzfs_allow_001_pos.ksh83 grep -w 'everyone' > /dev/null 2>&1
/illumos-gate/usr/src/test/zfs-tests/tests/functional/devices/
H A Ddevices_common.kshlib68 grep "^/dev/dsk" | \
/illumos-gate/usr/src/test/zfs-tests/tests/functional/inuse/
H A Dinuse_006_pos.ksh80 PREVDUMPDEV=`dumpadm | grep "Dump device" | awk '{print $3}'`
/illumos-gate/usr/src/test/zfs-tests/tests/functional/snapshot/
H A Dsnapshot_013_pos.ksh95 FILE_COUNT=`ls -Al $dir | grep -v "total" | wc -l`
/illumos-gate/usr/src/test/zfs-tests/tests/functional/xattr/
H A Dxattr_007_neg.ksh74 log_must grep -i Read-only /tmp/output.$$
H A Dxattr_013_pos.ksh55 zfs set 2>&1 | grep xattr > /dev/null
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dattributes.sh108 if [[ $(export | grep '^PATH=') != PATH=* ]]
151 [[ $(set | grep LAST) == LAST=02 ]] || err_exit "LAST not correct in set list"
155 if [[ $(export | grep ^foo=) != 'foo=bar' ]]
162 if [[ $(export | grep ^foo=) != 'foo=bar' ]]
165 if [[ $(typeset | grep PS2) == PS2 ]]
224 [[ $(export | grep foo) == 'foo=hello' ]] || err_exit 'export not working in functions'
225 [[ $(export | grep bar) ]] && err_exit 'typeset -x not local'
H A Dsubstring.sh206 val=$(export | grep "^$1=")
214 val=$(export | grep "^dgk=")
221 val=$(export | grep "^dgk=")
228 val=$(export | grep "^dgk=")
236 if [[ $(export | grep "zzz=") ]]
/illumos-gate/usr/src/cmd/avs/dscfg/
H A Ddscfgadm.sh243 grep "^dsvol:" | cut -d' ' -f3 | sort | uniq | xargs`
298 SECTORS=`prtvtoc $1 | tr -s ' '| grep "^ $SLICE " | awk '{print $5}'`
372 if [ `echo $FILECONTENTS | grep -c "$MAGIC_STRING"` -gt 0 ]; then
1266 modinfo | grep '(nws:' | grep -v "kRPC Stub" | sort -r | cut -d' ' -f1 | xargs -l modunload -i 2>/dev/null
1267 modinfo | grep '(nws:' | grep -v "kRPC Stub" | sort -r | cut -d' ' -f1 | xargs -l modunload -i 2>/dev/null
/illumos-gate/usr/src/lib/libshell/common/data/
H A Dsolaris_cmdlist.h118 ASTCMDLIST(grep)
119 XPG4CMDLIST(grep)
/illumos-gate/usr/src/lib/libc/
H A Dmakelibccatalog.sh44 FILES=`grep gettext *.c | sed "s/:.*//" | sort | sed "s/\.c//" | uniq`
/illumos-gate/usr/src/cmd/zoneadm/
H A Dsvc-zones66 zonecfg -z $zone info autoboot | grep "true" >/dev/null 2>&1
/illumos-gate/usr/src/cmd/print/scripts/
H A DMakefile115 grep gettext $(MSGFILES) | tr '`' ' ' | sed -e "s/gettext \"/gettext \(\"/" | sed -e "s/$$/);/" > $(POFILE).i
124 grep gettext $(MSGFILES) | tr '`' ' ' | sed -e "s/gettext \"/gettext \(\"/" | sed -e "s/$$/);/" > $(POFILE).i
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dinetd-upgrade.sh108 /usr/bin/xargs /usr/bin/grep -l "Generated by inetconv"`
138 default_instance=`echo $instance | grep ":default"`
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/uctf/
H A Dtst.chasestrings.ksh32 elfdump "./$exe" | grep -q '.SUNW_ctf'
/illumos-gate/usr/src/cmd/allocate/
H A Dfd_clean.sh194 if echo $a | grep "failed" >/dev/null ; then
206 elif echo $c | grep "NOT" > /dev/null ; then
H A Dsr_clean.sh191 if echo $a | grep "failed" >/dev/null ; then
203 elif echo $c | grep "NOT" > /dev/null ; then
H A Dsvc-allocate74 grep "^[ ]*set[ ][ ]*sys_labeling[ ]*=[ ]*1" \
/illumos-gate/usr/src/cmd/hal/addons/network-devices/
H A Dsvc-network-discovery94 count=`$SVCS -o STATE hal 2>>/dev/null | grep -c "^online"`
/illumos-gate/usr/src/cmd/sgs/packages/
H A DMakefile109 @ grep -i "warning:" $(BUILDLOG) | grep -v PSTAMP | cat
/illumos-gate/usr/src/cmd/ypcmd/
H A Dyp.sh65 for ypsvr in `grep -v '^[ ]*#' $ypfile`; do
231 PWDIR=`grep "^PWDIR" /var/yp/Makefile 2> /dev/null` \
/illumos-gate/usr/src/test/zfs-tests/cmd/scripts/
H A Dzfstest.ksh68 elif [[ 0 -ne $(grep -c OpenIndiana /etc/release 2>/dev/null) ]]; then
70 elif [[ 0 -ne $(grep -c OmniOS /etc/release 2>/dev/null) ]]; then
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_create/
H A Dzfs_create_010_neg.ksh66 awk '{print $1}' | grep / ); do
111 set -A existed_fs $(zfs list -H | awk '{print $1}' | grep / )

Completed in 93 milliseconds

1234567891011>>