Answers for "how to write my ip and date for file"

0

how to write my ip and date for file

echo $(date) $(curl https://ipinfo.io/ip 2>/dev/null) >> ~/ip_public.txt 2>&1
Posted by: Guest on October-23-2021

Browse Popular Code Answers by Language