Hi,

I noticed that pr interprets +0 as a file name and not as +FIRST_PAGE.
And so a "no such file" error is shown whereas --pages=0 shows an
"invalid page range" error.

$ echo "foo" > foo
$ pr +0 foo
pr: +0: No such file or directory
[snipped pr output of the "foo" file]
$ pr --pages=0 foo
pr: invalid page range ‘0’

I'm using coreutils 9.11.

Regards,
Daniel



Reply via email to