Hi,
Thanks for looking into it.
I am getting below error when i run command to see the changed files.
bash-2.05$ cvs -n -q update /volume/ws1
cvs update: CVSROOT must be an absolute pathname (not `<?xml v')
cvs update: when using local access method.
cvs update: in directory /volume/ws1:
cvs...
HI,
Thanks for looking at this.
I have a directory, which is a symlink
ex?ls -ld temp --> temporg2
ls -ld temporg2 --> temp_org
I would like to set temp_org to my final name based on temp.
Thanks in advance.
Hi,
Could somebody help me in getting exit staus of command in tcl.
if it is shell script we can use echo $? right, how can i do that in tcl ?
thanks in advance.
-Kamma
Hi,
I have a script that will add usernames into a permitted list.
Before adding it i would like to check if that username is really existed in my unix machine or not.
if it is shell scripting i can use id -a username and see exit status of that.
Could somebody tell how to do that in tcl...
Hi,
I am new to tcl,
Please help with below simple requirement
I will have a value in my variable, need to check wheather it is numeric or string.
i tried in below way, but did not work
if [ [regexp {^([0-9]+)$} $variable] || ![string match {^([a-z]+)$} $var] ] {
puts "either numeric or...
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.