As I am trying to learn TCL/TK, I have found VTCL seems to be the most up to date GUI of the few I have played with so far, except it comes with zero documentation. (SpecTcl seems primitive?)
I cannot seem for the world of me how to set a variable for my program outside of a procedure. I want...
I can do this Linux command from TCL
set USER_NAME [exec id -nu]
puts $USER_NAME
IllegalOperation
But when I do a
set SERVER_STATUS [exec /etc/rc.d/init.d/vsftpd status]
I get
vsftpd is stopped
child process exited abnormally
The "vsftpd is stopped" is what I want, but the...
Greetings. I would like to know if someone could be so kind as to show me how to do this one thing. Then I can study it and learn, and move on.
I have a simple canvas with a button and a display window.
When you click the button, it sends the command [df -k] which shows disk space usage in...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.