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

1234567

/freebsd-11-stable/contrib/dialog/samples/
H A Drotated-data17 char=`echo "$@" | cut -b -${left}`
18 data=`echo "$@" | cut -b ${next}-`
/freebsd-11-stable/usr.bin/cut/
H A DMakefile6 PROG= cut
/freebsd-11-stable/usr.bin/cut/tests/
H A Dcut2_test.sh26 # $FreeBSD: stable/11/usr.bin/cut/tests/cut2_test.sh 313540 2017-02-10 07:55:39Z ngie $
42 atf_check -o inline:'a\nb\nc\n' cut -d, -f 1 -s < input
43 atf_check -o inline:'d\n\n\n' cut -d, -f 4 -s < input
44 atf_check -o inline:'a,b,\nb,\n\n' cut -d 'c' -f 1 -s < input
45 atf_check -o empty cut -d'!' -f 1 -s < input
/freebsd-11-stable/usr.sbin/pc-sysinstall/backend-query/
H A Dlist-tzones.sh31 cut -d ":" -f 3-4 |\
/freebsd-11-stable/contrib/gcclibs/libdecnumber/
H A DdecUtility.c78 Int cut; /* work */ local
101 target = uar + D2U (digits) - 1 + D2U (shift); /* where upper part of first cut goes */
103 cut = (DECDPUN - shift % DECDPUN) % DECDPUN;
107 uInt rem = *source % powers[cut];
108 next += *source / powers[cut];
111 next = rem * powers[DECDPUN - cut]; /* save remainder for next Unit */
129 cut = 0; /* at lowest digit */
164 cut++;
165 if (cut == DECDPUN)
169 cut
232 Int cut = 0; /* power of ten in current unit */ local
[all...]
/freebsd-11-stable/tools/regression/tmpfs/
H A Dt_exec47 [ $(md5 cp | cut -d ' ' -f 4) = $(md5 /bin/cp | cut -d ' ' -f 4) ] || \
H A Dt_read_write46 [ $(md5 a | cut -d ' ' -f 4) = d3b07384d113edec49eaa6238ad5ff00 ] || die
51 [ $(md5 a | cut -d ' ' -f 4) = f47c75614087a8dd938ba4acff252494 ] || die
56 [ $(md5 b | cut -d ' ' -f 4) = 72d4ff27a28afbc066d5804999d5a504 ] || die
H A Dt_truncate47 [ $(md5 a | cut -d ' ' -f 4) = d3b07384d113edec49eaa6238ad5ff00 ] || die
H A Dt_statvfs45 pagesize=$(sysctl hw.pagesize | cut -d ' ' -f 2)
/freebsd-11-stable/tests/sys/kqueue/libkqueue/
H A Dkqueue_test.sh15 echo $line | cut -d' ' -f3
/freebsd-11-stable/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-11-stable/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-11-stable/contrib/netbsd-tests/fs/tmpfs/
H A Dt_exec.sh40 [ $(md5 cp | cut -d ' ' -f 4) = $(md5 /bin/cp | cut -d ' ' -f 4) ] || \
H A Dt_truncate.sh40 [ $(md5 a | cut -d ' ' -f 4) = d3b07384d113edec49eaa6238ad5ff00 ] || \
/freebsd-11-stable/contrib/dtc/scripts/
H A Dsetlocalversion15 printf '%s%s' -g `echo "$head" | cut -c1-8`
/freebsd-11-stable/bin/pkill/tests/
H A Dpgrep-t_test.sh15 pts/*) ttyshort=`echo $tty | cut -c 5-` ;;
16 *) ttyshort=`echo $tty | cut -c 4-` ;;
H A Dpkill-t_test.sh15 pts/*) ttyshort=`echo $tty | cut -c 5-` ;;
16 *) ttyshort=`echo $tty | cut -c 4-` ;;
/freebsd-11-stable/etc/rc.d/
H A Dopensm21 for guid in `ibstat | grep "Port GUID" | cut -d ':' -f2`; do
/freebsd-11-stable/tools/tools/locale/tools/
H A Dwhatis.pl3 UNIDATA=$(grep ^unidata etc/unicode.conf | cut -f 2 -d " ")
4 UTF8=$(grep ^cldr etc/unicode.conf | cut -f 2 -d " ")/UTF-8.cm
/freebsd-11-stable/tools/tools/vt/fontcvt/
H A Dterminus.sh6 C=`echo $i | cut -f 1 -d :`
7 R=`echo $i | cut -f 2 -d :`
/freebsd-11-stable/contrib/tcsh/nls/
H A Dcatgen7 awk '/^\$set/ {print $2, FILENAME}' "$@" | sort -n | cut -d ' ' -f 2
/freebsd-11-stable/contrib/libucl/doc/
H A DMakefile.am6 tail -n +$$(grep -n '# Synopsis' api.md | cut -d':' -f1) api.md | \
/freebsd-11-stable/tools/tools/nanobsd/Files/root/
H A Dchange_password34 cfgslice=`grep '/cfg' /etc/fstab | cut -d \ -f 1`
/freebsd-11-stable/tools/tools/nanobsd/pcengines/Files/root/
H A Dchange_password34 cfgslice=`grep '/cfg' /etc/fstab | cut -d \ -f 1`
/freebsd-11-stable/tests/sys/acl/
H A Dmktrivial.sh42 echo "$ ls -l f | cut -d' ' -f1"
43 ls -l f | cut -d' ' -f1 | sed 's/^/> /'

Completed in 220 milliseconds

1234567