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 IamaSherpa 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: *

  1. garp123

    Pipes and stderr

    I would like to use plain TCL to be OS independent. Well I'll have an look to expect to solve the problem. Thank's.
  2. garp123

    Pipes and stderr

    would like to evaluate the stderr msg genereated by malfunctioning call to a shell command: set pipe [open "| rsh $host -l $user echo OK" r ] puts [gets $pipe] script will return OK if command works but will return an empty string otherwise. How can I evaluate the stderr message...

Part and Inventory Search

Back
Top