Closed
Description
Not sure it is used but:
$ cat foo.txt|more
is working with GNU.
Fails with our version:
$ cat foo.txt|./target/debug/coreutils more
more: incorrect usage
https://github.com/uutils/coreutils/blob/master/src/uu/more/src/more.rs
A test should be added in
https://github.com/uutils/coreutils/blob/master/tests/by-util/test_more.rs