Trace: • eshowkw • openrc • ubuntu_salt • vboxmanage • locate • rpm • gentoo • tr
cat test.txt | tr "\n" " "
cat test.txt | tr -d "\n"
cat test.txt | tr [:upper:] [:lower:]
echo \"testing\" | tr -d [:punct:]