1753312 Members
5453 Online
108792 Solutions
New Discussion юеВ

pdksh on HP-UX

 
Andy Kosela
Frequent Advisor

pdksh on HP-UX

Anyone has pdksh binaries compiled for modern HP-UX (11.23, 11.31)? HP-UX Porting Centre has only old version.
2 REPLIES 2
Peter Nikitka
Honored Contributor

Re: pdksh on HP-UX

Hi,

I would use
/usr/bin/ksh
or
/usr/dt/bin/dtksh

instead. The well-known inability of pdksh for handling constructs like
print value | read var

cannot be tested with that binaries, however...

mfG Peter
The Universe is a pretty big place, it's bigger than anything anyone has ever dreamed of before. So if it's just us, seems like an awful waste of space, right? Jodie Foster in "Contact"
Michal Kapalka (mikap)
Honored Contributor

Re: pdksh on HP-UX

hi,

what is your reason to use the pdksh instead of old ksh ???

mikap