Tcl & Tk/확장 패키지 (Extension Package)
tclifconfig 0.1
티클러
2025. 6. 19. 09:56
홈페이지 : http://www.dedasys.com/freesoftware/
The ifconfig command returns information about the network interfaces present on a Linux or Unix machine.
ifconfig 커맨드는 Linux 또는 Unix 컴퓨터에 있는 네트워크 인터페이스에 대한 정보를 반환합니다.
foreach if [ifconfig list] {
array set $if [ifconfig get $if]
parray $if
}