8 Feb
2015
8 Feb
'15
10:32 p.m.
On 08.02.2015 23:24, Maxim Andersson wrote:
Cleaner to have -q,--quiet than >/dev/null in cron.
You should look into using chronic from moreutils. It captures stdout/stderr and only outputs them again if the exit code != 0 (which I hope holds for paccache if it encounters errors). You really want all the output you can get in the error case for easier debugging (especially if you can't reproduce the error). That said I don't care if this goes in. ±0