Thom May wrote:
As far as I'm aware, echo -n is POSIX; please beat me with a cluestick if I'm wrong... -Thom
AIX 5.2
% /bin/sh % echo -n "abc" -n abc % HP-UX 11.0 $ /bin/sh $ echo -n "abc" -n abc $
Thom May wrote:
As far as I'm aware, echo -n is POSIX; please beat me with a cluestick if I'm wrong... -Thom
AIX 5.2
% /bin/sh % echo -n "abc" -n abc % HP-UX 11.0 $ /bin/sh $ echo -n "abc" -n abc $