79221299

Date: 2024-11-25 00:13:12
Score: 0.5
Natty:
Report link

The -j flag of ip outputs in JSON format. You can parse that with jq:

ip -j link show enp3s0 | jq -r '.[].address'
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: Adrian