Hacker News new | ask | show | jobs
by mtron_ 2496 days ago
Is there a better command for a cronjob to check for available updates? I try to get something like <package name> - <current version> - <updated version>

i currently use

  pkg_add -u -n -I -v 2>&1 | grep 'Adding' | sort -u