`more`: missing arguments
- [x]
-d,--silent - [ ]
-f,--logical - [ ]
-l,--no-pause - [x]
-c,--print-over - [x]
-p,--clean-print - [x]
-s,--squeeze - [x]
-u,--plain - [x]
-n,--lines - [x]
--number - [x]
-F,--from-line - [x]
-P,--pattern
I am using MacBook, but I can't seem to find any manual on more....it simply redirects to less. Is MacOS different than other unix? So I don't really have a reference :(
Ah that might be possible. Here is an online manpage: https://man7.org/linux/man-pages/man1/more.1.html
Alternatively, you could maybe look at online bash shells like this one https://replit.com/languages/bash. Or install Ubuntu Server (or another lightweight distro) in a VM?
Apparently more is not a part of GNU coreutils; here's the listing of all the coreutils programs: https://www.gnu.org/software/coreutils/manual/html_node/index.html On Ubuntu, it is part of the util-linux package: https://packages.ubuntu.com/impish/amd64/util-linux/filelist
(Also less is not a part of GNU coreutils either; here is it's homepage: http://www.greenwoodsoftware.com/less/index.html )
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I think it is still valid
latest status based on checking the main branch and above merges.
- [x] -d, --silent
- [ ] -f, --logical
- [ ] -l, --no-pause
- [x] -c, --print-over
- [x] -p, --clean-print
- [x] -s, --squeeze
- [x] -u, --plain
- [x] -n, --lines
- [x] --number
- [x] -F, --from-line
- [x] -P, --pattern
Thanks! Updated!
the -u is also implemented but its hidden in --help and ignored when set; as in GNU.