sed -e 's/,$//' -e 'y/,/:/' test.txt | xargs -P 80 -I XX /usr/bin/curl -sk https://XX/ |grep phrase |printf "XX"
não funciona por algum motivo.
Eu preciso fazer o curl e imprimir o ip visitado.
A saída deve ser algo como
phase ip
ou...
17.10.2018 / 17:48