* In pdksh 4.9, the built in echo doesn't properly handle args that start with '-', so we have to use GNU echo. * Pdksh 4.9 doesn't properly handle the following, either interactively or in a script file. No warning or error is generated, the elif clause is simply ignored: if test -f foo then echo foo elif test -f bar <--- missing following "then" echo bar fi * Pdksh 4.9 does not properly handle the following: cat >a.c <<EOF EOF
Go to the first, previous, next, last section, table of contents.