Shell makinanızın donanımsal ve yazılımsal bir kaç özelliğini size aktarır..
set cpu [exec grep "cpu MHz" /proc/cpuinfo]
set model [exec grep "model name" /proc/cpuinfo]
set vendor [exec grep "vendor_id" /proc/cpuinfo]
set cache [exec grep "cache size" /proc/cpuinfo]
bind pub - .sys...