1

How do I redirect output to a single line in Bash?

view story
linux-howto

http://serverfault.com – Let's say we run two programs in the Linux shell, on one line, like this: who -r; date What should I add to obtain one line output? (HowTos)