Skip to content

Instantly share code, notes, and snippets.

@itxx00
Created January 15, 2015 05:14
Show Gist options
  • Save itxx00/2d835637eb8892c57f17 to your computer and use it in GitHub Desktop.
Save itxx00/2d835637eb8892c57f17 to your computer and use it in GitHub Desktop.
a wrapper for dig command
#!/bin/sh
[ -z $1 ] || dig +nocmd +noall +answer +stats $@ | grep 'IN\|Query time' | sed 's/;; Query time://' | sed ';N;s/\n//'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment