Skip to content

Instantly share code, notes, and snippets.

@mw866
Created January 11, 2022 07:40
Show Gist options
  • Save mw866/d2925990175b7f50e8075eabba0f912e to your computer and use it in GitHub Desktop.
Save mw866/d2925990175b7f50e8075eabba0f912e to your computer and use it in GitHub Desktop.
#xarg #linux
# https://flaviocopes.com/linux-command-xargs/
cat ~/ips.txt | xargs -n1 whois -h whois.cymru.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment