Created
January 11, 2022 07:40
-
-
Save mw866/d2925990175b7f50e8075eabba0f912e to your computer and use it in GitHub Desktop.
#xarg #linux
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
# 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