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