Searched refs:cut (Results 1 - 25 of 240) sorted by relevance

12345678910

/freebsd-current/contrib/dialog/samples/
H A Drotated-data17 char=`echo "$@" | cut -b -${left}`
18 data=`echo "$@" | cut -b ${next}-`
/freebsd-current/usr.bin/cut/tests/
H A Dcut2_test.sh41 atf_check -o inline:'a\nb\nc\n' cut -d, -f 1 -s < input
42 atf_check -o inline:'d\n\n\n' cut -d, -f 4 -s < input
43 atf_check -o inline:'a,b,\nb,\n\n' cut -d 'c' -f 1 -s < input
44 atf_check -o empty cut -d'!' -f 1 -s < input
/freebsd-current/usr.bin/cut/
H A DMakefile4 PROG= cut
/freebsd-current/tools/regression/tmpfs/
H A Dt_exec46 [ $(md5 cp | cut -d ' ' -f 4) = $(md5 /bin/cp | cut -d ' ' -f 4) ] || \
H A Dt_read_write45 [ $(md5 a | cut -d ' ' -f 4) = d3b07384d113edec49eaa6238ad5ff00 ] || die
50 [ $(md5 a | cut -d ' ' -f 4) = f47c75614087a8dd938ba4acff252494 ] || die
55 [ $(md5 b | cut -d ' ' -f 4) = 72d4ff27a28afbc066d5804999d5a504 ] || die
H A Dt_truncate46 [ $(md5 a | cut -d ' ' -f 4) = d3b07384d113edec49eaa6238ad5ff00 ] || die
/freebsd-current/contrib/netbsd-tests/usr.bin/cut/
H A Dt_cut.sh36 echo "----- test: cut ${opts} $(basename $file) -----"
37 cut $opts "$file" || atf_fail "command failed: cut ${opts} $file"
100 cut -b 6,7,8 "$(atf_get_srcdir)/d_latin1.in"
103 cut -c 6,7,8 "$(atf_get_srcdir)/d_latin1.in"
116 cut -b 6,7,8 "$(atf_get_srcdir)/d_utf8.in"
119 cut -c 6,7,8 "$(atf_get_srcdir)/d_utf8.in"
/freebsd-current/contrib/libfido2/tools/
H A Dfido2-unprot.sh20 TOKEN_VERSION_MAJOR=$(echo "$TOKEN_VERSION" | cut -d. -f1)
21 TOKEN_VERSION_MINOR=$(echo "$TOKEN_VERSION" | cut -d. -f2)
36 DEV_PATH=$(echo "$DEV_PATH_NAME" | cut -d' ' -f1)
37 DEV_NAME=$(echo "$DEV_PATH_NAME" | cut -d' ' -f1 --complement)
45 RESIDENT_RPS=$(echo "${PIN}\n" | setsid -w ${FIDO_TOOLS_PREFIX}fido2-token -L -r $DEV_PATH | cut -d' ' -f3)
52 UNPROT_CREDS=$(echo "${PIN}\n" | setsid -w ${FIDO_TOOLS_PREFIX}fido2-token -L -k $RESIDENT_RP $DEV_PATH | grep ' uvopt$' | cut -d' ' -f2,3,4)
/freebsd-current/contrib/ntp/html/hints/
H A Dsolaris.xtra.patchfreq42 arch=`echo utsname+404?s | adb $kernel | cut -d: -f2`
49 rel=`echo utsname+202?s | adb $kernel | cut -d: -f2`
60 instr=`echo setcpudelay+34?X | adb $kernel | cut -d: -f 2 | nawk '{ print $1 }'`
/freebsd-current/contrib/netbsd-tests/fs/tmpfs/
H A Dt_exec.sh40 [ $(md5 cp | cut -d ' ' -f 4) = $(md5 /bin/cp | cut -d ' ' -f 4) ] || \
/freebsd-current/contrib/unifdef/tests/
H A Doutperms.sh6 (*) ls -l outfile.c | cut -d' ' -f1 1>&2 ;;
H A Doverperms.sh3 ls -l outfile.c | cut -d' ' -f1 1>&2
8 (*) ls -l outfile.c | cut -d' ' -f1 1>&2 ;;
/freebsd-current/contrib/tcsh/nls/
H A Dcatgen7 awk '/^\$set/ {print $2, FILENAME}' "$@" | sort -n | cut -d ' ' -f 2
/freebsd-current/sys/contrib/libsodium/test/
H A Dconstcheck.sh9 cut -d: -f2- | cut -d' ' -f2 | \
/freebsd-current/sys/contrib/openzfs/cmd/zpool/zpool.d/
H A Dsize54 echo "$helpstr" | grep "$script:" | tr -s '\t' | cut -f 2-
79 size=$(du -h --apparent-size "$somepath" | cut -f 1)
H A Dmodel54 echo "$helpstr" | grep "$script:" | tr -s '\t' | cut -f 2-
79 size=$(du -h --apparent-size "$somepath" | cut -f 1)
H A Dlabel54 echo "$helpstr" | grep "$script:" | tr -s '\t' | cut -f 2-
79 size=$(du -h --apparent-size "$somepath" | cut -f 1)
H A Dvendor54 echo "$helpstr" | grep "$script:" | tr -s '\t' | cut -f 2-
79 size=$(du -h --apparent-size "$somepath" | cut -f 1)
H A Dlsblk54 echo "$helpstr" | grep "$script:" | tr -s '\t' | cut -f 2-
79 size=$(du -h --apparent-size "$somepath" | cut -f 1)
/freebsd-current/bin/pkill/tests/
H A Dpgrep-t_test.sh14 pts/*) ttyshort=`echo $tty | cut -c 5-` ;;
15 *) ttyshort=`echo $tty | cut -c 4-` ;;
H A Dpkill-t_test.sh14 pts/*) ttyshort=`echo $tty | cut -c 5-` ;;
15 *) ttyshort=`echo $tty | cut -c 4-` ;;
/freebsd-current/tools/tools/vt/fontcvt/
H A Dterminus.sh5 C=`echo $i | cut -f 1 -d :`
6 R=`echo $i | cut -f 2 -d :`
/freebsd-current/libexec/rc/rc.d/
H A Dopensm22 for guid in `ibstat | grep "Port GUID" | cut -d ':' -f2`; do
/freebsd-current/contrib/libucl/doc/
H A DMakefile.am6 tail -n +$$(grep -n '# Synopsis' api.md | cut -d':' -f1) api.md | \
/freebsd-current/crypto/openssh/regress/
H A Dcfgmatch.sh125 config=`echo $i | cut -f1 -d:`
126 criteria=`echo $i | cut -f2 -d:`
127 value=`echo $i | cut -f3 -d:`
139 testcriteria=`echo $i | cut -f2 -d:`
140 expected=/`echo $i | cut -f3 -d:`
143 config=`echo $j | cut -f1 -d:`
144 criteria=`echo $j | cut -f2 -d:`
145 value=`echo $j | cut -f3 -d:`

Completed in 336 milliseconds

12345678910