We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The man command gives inconsistent results. man tail produces an error: man: command not found.
man
man tail
man: command not found
Typing in gibberish as an argument to the man command gives a more accurate error such as: No manual entry for lksjdflkjsdf.
No manual entry for lksjdflkjsdf
The man page for tail does seem to exist, e.g. running man -k last lines shows tail in the list of relevant man pages.
tail
man -k last lines
It's unclear what kind of parsing is occurring that leads to the man: command not found error.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary
The
man
command gives inconsistent results.man tail
produces an error:man: command not found
.Typing in gibberish as an argument to the
man
command gives a more accurate error such as:No manual entry for lksjdflkjsdf
.The man page for
tail
does seem to exist, e.g. runningman -k last lines
showstail
in the list of relevant man pages.It's unclear what kind of parsing is occurring that leads to the
man: command not found
error.The text was updated successfully, but these errors were encountered: