Created
January 29, 2020 14:59
-
-
Save AnantChoudhari06/5b28784b65a985ee839db3ab650578b7 to your computer and use it in GitHub Desktop.
DNS Hostname Loop
This file contains 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
for i in {1..100}; do hostname -f;sleep 1;done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment