Brad Allen <[EMAIL PROTECTED]> wrote: > I want my head anD tail programs to understand the option > head -20 > tail -20
You can set _POSIX2_VERSION=199209 in your environment when running head and tail, or you can set DEFAULT_POSIX2_VERSION=199209 in your environment when building coreutils. paul _______________________________________________ Bug-coreutils mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-coreutils
