Dave’s Brain
Home
Search
Browse
Recent
Keywords
Other sites
Feedback
Sign in
Random
Crawlers
Computer Tips
- Linux: How can I preview a man file (without installing it)?
Date:
2018oct5
OS:
Linux
Q.
Linux: How can I preview a man file (without installing it)?
A.
man -l /path/to/manfile.1
Or
nroff -man /path/to/manfile.1 | less