Alias `ip` is overwriting system command since Ubuntu 18.04
guillaumecabanel opened this issue · 0 comments
guillaumecabanel commented
and ips
aliases to an ifconfig
command which is not installed by default since Ubuntu 18.04.
Suggestions:
- rename
ip
alias topublic-ip
- change alias
ips
toip address | perl -nle'/(\d+\.\d+\.\d+\.\d+)/ && print $1'