Trace: • tr
cat test.txt | tr "\n" " "
cat test.txt | tr -d "\n"
cat test.txt | tr [:upper:] [:lower:]
echo \"testing\" | tr -d [:punct:]