Skip to content

Instantly share code, notes, and snippets.

@fvdm
Created January 27, 2016 07:16
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 fvdm/e5f1e7dbbd6447ed7bac to your computer and use it in GitHub Desktop.
Save fvdm/e5f1e7dbbd6447ed7bac to your computer and use it in GitHub Desktop.
#!/bin/sh
vn="/usr/bin/vnstat -i eth0 -s"
echo
$vn | head -n 2 | tail -n 1 # header
$vn | tail -n 2 | head -n 1 # today
$vn | head -n 5 | tail -n 1 # month
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment