Fixed IP Command

This commit is contained in:
Phil 2022-06-26 20:43:17 +01:00
parent f053321037
commit 5b943d0dcd

View File

@ -7,7 +7,7 @@ echo
echo "GENERAL-SYSTEM-INFORMATION"
echo
echo "SYSTEM-IP-ADDRESSES"
ip a | grep -Eo "inet (addr:)?([0-9]*\.){3}[0-9]*' | grep -Eo '([0-9]*\.){3}[0-9]*' | grep -v '127.0.0.1'"
ip a | grep -Eo 'inet (addr:)?([0-9]*\.){3}[0-9]*' | grep -Eo '([0-9]*\.){3}[0-9]*' | grep -v '127.0.0.1'
echo
echo
echo "SYSTEM-STORAGE"