I have been converting my shell programs from "bash" to "ksh", it has been relatively easy but I do miss "bash"'s "&>" redirection. I find it a lot easier to read and type
cmd1 &>$WHERE vs. cmd1 2>&1 >$WHERE
I have been converting my shell programs from "bash" to "ksh", it has been relatively easy but I do miss "bash"'s "&>" redirection. I find it a lot easier to read and type
cmd1 &>$WHERE vs. cmd1 2>&1 >$WHERE