This commit is contained in:
Paul Schneider
2025-06-21 17:50:18 +01:00
parent 87e5e3337e
commit a6c2955156

View File

@ -1,3 +1,8 @@
= Read me = Read me
This command outputs the ipv4 address for the interface given by name in argument. This command outputs the ipv4 address for the interface given by name in argument.
It uses `getifaddrs` form the `libc`.
The man page : `man getifaddrs`