George R Goffe <[EMAIL PROTECTED]> writes: > tail: cannot open `+16c' for reading: No such file or directory > tail: cannot open `+16c' for reading: No such file or directory > tail: cannot open `+16c' for reading: No such file or directory
You have the buggy version of coreutils that does not recognize old-fashioned options. You may be able to work around this with 'export _POSIX2_VERSION=199209' (or equivalent construct if you are using some other shell). zw