Searched refs:tr (Results 1 – 20 of 20) sorted by relevance
3 echo t12esting | tr -d '[[:alpha:]]' > logfile.gnu4 echo t12esting | tr -d '[:alpha:]' >> logfile.gnu5 echo t12esting | tr -d '[[:alpha:]' >> logfile.gnu6 echo t12esting | tr -d '[[:alpha:' >> logfile.gnu7 echo t12esting | tr -d '[[:alpha' >> logfile.gnu8 echo t12esting | tr -d '[:alpha:]' >> logfile.gnu9 echo t12esting | tr -d '[:alpha:' >> logfile.gnu10 echo t12esting | tr -d '[:alpha' >> logfile.gnu12 echo t12esting | busybox tr -d '[[:alpha:]]' > logfile.bb13 echo t12esting | busybox tr -d '[:alpha:]' >> logfile.bb[all …]
1 echo testing | tr -d aeiou > logfile.gnu2 echo testing | busybox tr -d aeiou > logfile.bb
3 echo testing | tr -d '[[:alnum:]]' > logfile.gnu4 echo testing | busybox tr -d '[[:alnum:]]' > logfile.bb
5 $ECHO -n "echo '$1' | tr '$2' '$3': "6 echo "$1" | $bb tr "$2" "$3"
1 echo fdhrnzvfu bffvsentr | busybox tr '[a-z]' '[n-z][a-m]'
2 echo $v/glob_and_vars.[tr]*
11 MAJ_MIN=$(echo __GNUC__ __GNUC_MINOR__ | $compiler -E -xc - | tr -d '\r' | tail -n 1)
2 f tr\
15 | tr a-z A-Z \
19 x=>(tr '[:lower:]' '[:upper:]') f <(echo 'hi there')
22 tr
96 tr
381 tr - runner
19 uc_applet=$(echo "$applet" | tr a-z A-Z)
69 # 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
154 tr
641 tr POSIX options647 tr Busybox specific options: None
13899 char *tr = trap_ptr[signo]; in trapcmd() local13900 if (tr) { in trapcmd()13906 single_quote(tr), in trapcmd()