Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save AnantChoudhari06/5b28784b65a985ee839db3ab650578b7 to your computer and use it in GitHub Desktop.
Save AnantChoudhari06/5b28784b65a985ee839db3ab650578b7 to your computer and use it in GitHub Desktop.
DNS Hostname Loop
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