Page 1 of 1

How to find list sites with ip

Posted: Tue Apr 16, 2019 3:00 pm
by zlodey
HI!For find sites wiyhout ip i use command : v-list-users | tail -n +3 | awk '{print "v-list-web-domains "$1" | tail -n +3"}' | bash | awk '{ print $1}'
I need format: site ip
Please help

Re: How to find list sites with ip

Posted: Tue Apr 16, 2019 3:13 pm
by skurudo
You can do it like this

Code: Select all

v-list-users | tail -n +3 | awk '{print "v-list-web-domains "$1" | tail -n +3"}' | bash | awk '{ print $1 " "  $2}'

Re: How to find list sites with ip

Posted: Tue Apr 16, 2019 3:23 pm
by zlodey
Sound good my birds, we very well stuff