THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#492 - kamctl warning when greadlink does not exist
User who did this - Morten Tryfoss (mtryfoss)
----------
&> should redirect stdout and stderr to /dev/null according to:
http://tldp.org/HOWTO/Bash-Prog-Intro-HOWTO-3.html
3.6 Sample: stderr and stdout 2 file
This will place every output of a program to a file. This is suitable sometimes for cron
entries, if you want a command to pass in absolute silence.
rm -f $(find / -name core) &> /dev/null
----------
More information can be found at the following URL:
https://sip-router.org/tracker/index.php?do=details&task_id=492#comment…
You are receiving this message because you have requested it from the Flyspray bugtracking
system. If you did not expect this message or don't want to receive mails in future,
you can change your notification settings at the URL shown above.