Skip to content

Instantly share code, notes, and snippets.

@tuxmartin
Last active August 3, 2017 09:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tuxmartin/c67f42508c556f666810a0a65aa172cd to your computer and use it in GitHub Desktop.
Save tuxmartin/c67f42508c556f666810a0a65aa172cd to your computer and use it in GitHub Desktop.
{APP Linux Debian Ubuntu update check:system.run[export LANG=C; sudo apt-get -su upgrade | grep 'newly installed' | cut -d' ' -f1].last(#1)} >=
{APP Linux Debian Ubuntu update check:system.run[export LANG=C; sudo apt-get -su upgrade | grep 'newly installed' | cut -d' ' -f1].last(#5)} >=
{APP Linux Debian Ubuntu update check:system.run[export LANG=C; sudo apt-get -su upgrade | grep 'newly installed' | cut -d' ' -f1].last(#10)} >=
{APP Linux Debian Ubuntu update check:system.run[export LANG=C; sudo apt-get -su upgrade | grep 'newly installed' | cut -d' ' -f1].last(#15)} >=
{APP Linux Debian Ubuntu update check:system.run[export LANG=C; sudo apt-get -su upgrade | grep 'newly installed' | cut -d' ' -f1].last(#20)} >=
{APP Linux Debian Ubuntu update check:system.run[export LANG=C; sudo apt-get -su upgrade | grep 'newly installed' | cut -d' ' -f1].last(#25)} >=
{APP Linux Debian Ubuntu update check:system.run[export LANG=C; sudo apt-get -su upgrade | grep 'newly installed' | cut -d' ' -f1].last(#30)}
and
{APP Linux Debian Ubuntu update check:system.run[export LANG=C; sudo apt-get -su upgrade | grep 'newly installed' | cut -d' ' -f1].dayofmonth()}>20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment