If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
how do you run it undet ksh93?
When you 'put this ina script'.... do you specify '#!/pathTOksh93' as the interpreter?
Or you simply don't specify the interpreter at all and run the 'script' from the ksh93 command prompt?
On the related note: are you sure however you run script under ksh93 it [script] is actually using /bin/cat? Check your $PATH and aliases for ksh93 - you might b eusing some other 'cat' [no pun intended].
this is VERY strange - unfortunately I don't have AIX where I'm.
I assume you've already checked for any 'invisiable' characters leading to the closing 'EOF' and to the openning 'EOF'.
This is a wild guess, but I'd try using a single character say '!' instead of 'EOF' - I'm grasping for straws, but.... This is something extremely basic for ANY shell.