본문으로 바로가기

tclifconfig 0.1

category Tcl & Tk/확장 패키지 (Extension Package) 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
}

tclifconfig0.1.tar.gz
0.09MB

 

'Tcl & Tk > 확장 패키지 (Extension Package)' 카테고리의 다른 글

Tcl/Fltk 1.0.155  (0) 2025.06.19
lpttcl 3.0  (0) 2025.06.19
Topmost 1.0  (1) 2025.06.19
Cryptkit 1.0  (0) 2025.04.17
TkTreeCtrl 2.4.1  (0) 2025.04.17