Skip to content

Instantly share code, notes, and snippets.

@tansawit
Last active July 10, 2020 04:51
Show Gist options
  • Save tansawit/0b30f609af0094303d8e27f24f2a4388 to your computer and use it in GitHub Desktop.
Save tansawit/0b30f609af0094303d8e27f24f2a4388 to your computer and use it in GitHub Desktop.
#!/bin/sh
getent hosts $1 | awk '{ print $1 }'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment