Hi, On 23.12.2013 21:01, IZ8MBW Fabio wrote: > A question: there is a way to start "rtp_tcp" in silent mode (without > messages on the terminal)?
Simply redirect stdout to /dev/null and stderr to stdout: $ rtl_tcp > /dev/null 2>&1 Regards, Steve
Hi, On 23.12.2013 21:01, IZ8MBW Fabio wrote: > A question: there is a way to start "rtp_tcp" in silent mode (without > messages on the terminal)?
Simply redirect stdout to /dev/null and stderr to stdout: $ rtl_tcp > /dev/null 2>&1 Regards, Steve