in reply to [Good news] here docs portability!

this is not news

Replies are listed 'Best First'.
Re^2: [Good news] here docs portability!
by ysth (Canon) on Jun 17, 2007 at 05:19 UTC
    Well, it was obviously news to blazar, and it's pretty certain to be news to a good many others too.

    And sudo ln -s /usr/bin/perl /usr/bin/perl`echo -e '\r'`

      Better make that /bin/echo...

      What was I thinking, qx// is executed with /bin/sh regardless of user's favorite shell.

        No, you are correct; the shell's `` will prefer the builtin echo, so what I gave won't work under some shells without explicitly asking for the coreutils /bin/echo. (Wow, the POSIX standard for echo is really dumb.)