내가 시도한 것들:
scope inet
주어진Error: argument "inet" is wrong: invalid "scope"
to inet
주어진Error: ??? prefix is expected rather than "inet".
- (플래그)
inet
제공Error: either "dev" is duplicate, or "inet" is a garbage.
label inet
출력 없음- 항목 목록
이로 인해 내 아이디어가 소진되었습니다. 귀찮은 grep 없이 인터페이스 속성을 얻을 수 있는 내장된 방법이 있습니까?
답변1
바라보다프로그래밍 방식으로 IP 주소를 추출하는 쉬운 방법이 있습니까?
$ ip -f inet addr show wlan0 | grep -Po 'inet \K[\d.]+'
192.168.1.20