Skip to content

Instantly share code, notes, and snippets.

@thedeeno
Created April 11, 2014 13:33
Show Gist options
  • Save thedeeno/10469246 to your computer and use it in GitHub Desktop.
Save thedeeno/10469246 to your computer and use it in GitHub Desktop.
tail -f /var/log/dpkg.log &
pid=$(ps -e | grep tail | awk '{ print $1 }')
kill -15 $pid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment