How do I read a .man file that’s not on my manpath? I know I had a command for this, but now I don’t remember, and I can’t find the right switch in the man pages for man.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can try to read your file by doing
as man will treat the given argument as a file if it finds a slash
/in it.For instance
will open the
my_testfile, whilewill look in the standard manual for the given command.