ip

ip


ip a | echo $(grep 'inet ') > /tmp/ip.txt | echo "Nuestra dirección IP es:" $(cut -d ' ' -f7 /tmp/ip.txt)

Report Page