//Did you know you can colorize and print all IP addresses and interfaces on Linux in a tabular format for better readability? The syntax is:
ip -br -c addr show
ip -br -c link show
See our ip command guide https://www.cyberciti.biz/faq/linux-ip-command-examples-usage-syntax/ pretty cool, huh?
@nixCraft This is really something :) Sometimes I want to quick check on which server I do an update and IP addresses say more than a thousand DNS entries :-D