Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ramana35
  • Content: Threads
  • Order by date
  1. ramana35

    Help need withregards to errro occured in cvs -n -q update tempdir

    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...
  2. ramana35

    how to findout root symlink directory?

    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.
  3. ramana35

    get exit staus of command in tcl

    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
  4. ramana35

    Validate username in tcl

    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...
  5. ramana35

    check is a variable value is alphabet or numeric

    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...

Part and Inventory Search

Back
Top