I have a script with:
X=(1 2 3)
X+=(4 5 6)
print "${X[*]}"sh script.ksh results in: Unable to initialize device PRN. What's the deal? BTW, I'm using the latest Cygwin on Windows 7. ---John
I have a script with:
X=(1 2 3)
X+=(4 5 6)
print "${X[*]}"sh script.ksh results in: Unable to initialize device PRN. What's the deal? BTW, I'm using the latest Cygwin on Windows 7. ---John