Home
last modified time | relevance | path

Searched refs:tr (Results 1 – 20 of 20) sorted by relevance

/busybox-1.35.0/testsuite/tr/
Dtr-rejects-wrong-class3 echo t12esting | tr -d '[[:alpha:]]' > logfile.gnu
4 echo t12esting | tr -d '[:alpha:]' >> logfile.gnu
5 echo t12esting | tr -d '[[:alpha:]' >> logfile.gnu
6 echo t12esting | tr -d '[[:alpha:' >> logfile.gnu
7 echo t12esting | tr -d '[[:alpha' >> logfile.gnu
8 echo t12esting | tr -d '[:alpha:]' >> logfile.gnu
9 echo t12esting | tr -d '[:alpha:' >> logfile.gnu
10 echo t12esting | tr -d '[:alpha' >> logfile.gnu
12 echo t12esting | busybox tr -d '[[:alpha:]]' > logfile.bb
13 echo t12esting | busybox tr -d '[:alpha:]' >> logfile.bb
[all …]
Dtr-d-works1 echo testing | tr -d aeiou > logfile.gnu
2 echo testing | busybox tr -d aeiou > logfile.bb
Dtr-d-alnum-works3 echo testing | tr -d '[[:alnum:]]' > logfile.gnu
4 echo testing | busybox tr -d '[[:alnum:]]' > logfile.bb
Dtr-works5 $ECHO -n "echo '$1' | tr '$2' '$3': "
6 echo "$1" | $bb tr "$2" "$3"
Dtr-non-gnu1 echo fdhrnzvfu bffvsentr | busybox tr '[a-z]' '[n-z][a-m]'
/busybox-1.35.0/shell/ash_test/ash-vars/
Dglob_and_vars.tests2 echo $v/glob_and_vars.[tr]*
/busybox-1.35.0/shell/hush_test/hush-vars/
Dglob_and_vars.tests2 echo $v/glob_and_vars.[tr]*
/busybox-1.35.0/scripts/
Dgcc-version.sh11 MAJ_MIN=$(echo __GNUC__ __GNUC_MINOR__ | $compiler -E -xc - | tr -d '\r' | tail -n 1)
/busybox-1.35.0/shell/hush_test/hush-parsing/
Descape4.tests2 f tr\
/busybox-1.35.0/shell/ash_test/ash-parsing/
Descape4.tests2 f tr\
/busybox-1.35.0/include/
Dapplets.h.sh15 | tr a-z A-Z \
/busybox-1.35.0/shell/ash_test/ash-psubst/
Dbash_procsub.tests19 x=>(tr '[:lower:]' '[:upper:]') f <(echo 'hi there')
/busybox-1.35.0/
DTODO_unicode22 tr
DAUTHORS96 tr
DNOFORK_NOEXEC.lst381 tr - runner
/busybox-1.35.0/testsuite/
Druntest19 uc_applet=$(echo "$applet" | tr a-z A-Z)
/busybox-1.35.0/editors/
Dsed1line.txt69 # Cannot be done with other DOS versions of sed. Use "tr" instead.
71 tr -d \r <infile >outfile # GNU tr version 1.22 or higher
/busybox-1.35.0/docs/
Dbusybox_footer.pod154 tr
Dposix_conformance.txt641 tr POSIX options
647 tr Busybox specific options: None
/busybox-1.35.0/shell/
Dash.c13899 char *tr = trap_ptr[signo]; in trapcmd() local
13900 if (tr) { in trapcmd()
13906 single_quote(tr), in trapcmd()