1
vote
2answers
95 views

Shell script for loop: variable strangeness

My shell-fu is weak, and these SGI (IRIX 6.5) boxes aren't helping. It works as I would expect on Linux. The ultimate goal is to run one or more shell scripts on a remote system. There is one shell ...
0
votes
2answers
241 views

IRIX bash shell expands expression in single quotes, yet shouldnt

At the shell, I enter a single-quote and then carriage return and then a series of lines and then another single-quote: root@aim:/root > ' > @stat = lstat($ARGV[0]); > if (!@stat) { if ...