coreutils icon indicating copy to clipboard operation
coreutils copied to clipboard

`more`: missing arguments

Open tertsdiepraam opened this issue 4 years ago • 9 comments

  • [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

tertsdiepraam avatar May 31 '21 15:05 tertsdiepraam

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 :(

hbina avatar Jun 07 '21 06:06 hbina

Ah that might be possible. Here is an online manpage: https://man7.org/linux/man-pages/man1/more.1.html

tertsdiepraam avatar Jun 07 '21 07:06 tertsdiepraam

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?

tertsdiepraam avatar Jun 07 '21 07:06 tertsdiepraam

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 )

jfinkels avatar Oct 23 '21 00:10 jfinkels

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.

stale[bot] avatar Oct 23 '22 01:10 stale[bot]

I think it is still valid

sylvestre avatar Oct 23 '22 07:10 sylvestre

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

jadijadi avatar Apr 07 '24 18:04 jadijadi

Thanks! Updated!

tertsdiepraam avatar Apr 07 '24 18:04 tertsdiepraam

the -u is also implemented but its hidden in --help and ignored when set; as in GNU.

jadijadi avatar Apr 07 '24 18:04 jadijadi