I have found the following entry in a user crontab:
*/5 * * * * ~/bin/php /path/to/phpscript &> /path/to/logfile
What is the meaning of the &
(ampersand) here?
Has it still the meaning of running in background?
Does it make sense in a cronjob?
&>
in the linked question, you will find the answer. – Jenny D Apr 05 '16 at 09:55