Created
January 12, 2016 12:46
-
-
Save washal/c5fa56eade178701d230 to your computer and use it in GitHub Desktop.
Collection of bash commands for quicker operations
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| > Get IP address of MX server for a domain | |
| dig +short A $(dig +short MX domain.com | head -1 | cut -d' ' -f2) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment