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 TouchToneTommy 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. Anil Thakur

    Help with 'list exec'

    Hello, I am trying to run the following code fragment in a Sun Solaris and Linux environment: #!/bin/sh #exec tclsh "$0" "$@" set start 3 set PROCESS(OS) [exec uname] set testFlag "" if { $PROCESS(OS) == "Linux" } { set testFlag -n } set command3 [list exec -- tail $testFlag +$start...

Part and Inventory Search

Back
Top