-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
good first issueFor newcomers!For newcomers!
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
Metadata
Metadata
Assignees
Labels
good first issueFor newcomers!For newcomers!