Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

more: missing arguments #2320

Open
9 of 11 tasks
tertsdiepraam opened this issue May 31, 2021 · 9 comments
Open
9 of 11 tasks

more: missing arguments #2320

tertsdiepraam opened this issue May 31, 2021 · 9 comments
Labels

Comments

@tertsdiepraam
Copy link
Member

tertsdiepraam commented May 31, 2021

  • -d, --silent
  • -f, --logical
  • -l, --no-pause
  • -c, --print-over
  • -p, --clean-print
  • -s, --squeeze
  • -u, --plain
  • -n, --lines
  • --number
  • -F, --from-line
  • -P, --pattern
@hbina
Copy link
Contributor

hbina commented Jun 7, 2021

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

@tertsdiepraam
Copy link
Member Author

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

@tertsdiepraam
Copy link
Member Author

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?

deantvv added a commit to deantvv/coreutils that referenced this issue Jun 9, 2021
Implement option '-d' (silent mode)

Related to uutils#2320
deantvv added a commit to deantvv/coreutils that referenced this issue Jun 10, 2021
Implement option '-d' (silent mode)

Related to uutils#2320
@jfinkels
Copy link
Collaborator

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 )

@stale
Copy link

stale bot commented Oct 23, 2022

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 stale bot added the wontfix label Oct 23, 2022
@sylvestre
Copy link
Contributor

I think it is still valid

@jadijadi
Copy link
Contributor

jadijadi commented Apr 7, 2024

latest status based on checking the main branch and above merges.

  • -d, --silent
  • -f, --logical
  • -l, --no-pause
  • -c, --print-over
  • -p, --clean-print
  • -s, --squeeze
  • -u, --plain
  • -n, --lines
  • --number
  • -F, --from-line
  • -P, --pattern

@tertsdiepraam
Copy link
Member Author

Thanks! Updated!

@jadijadi
Copy link
Contributor

jadijadi commented Apr 7, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants