Views:
153,285
Votes: 6
Tags:
search
manpage
Link:
🔍 See Original Answer on Ask Ubuntu ⧉ 🔗
URL:
https://askubuntu.com/q/1155773
Title:
How can I search within a manpage?
ID:
/2019/07/03/How-can-I-search-within-a-manpage_
Created:
July 3, 2019
Edited: August 23, 2019
Upload:
September 15, 2024
Layout: post
TOC:
false
Navigation: false
Copy to clipboard: false
GUI Methods
If you have Ubuntu Desktop version installed you can search graphically.
Gnome Help
Gnome help uses yelp
program. Instead of typing man ls
for the CLI man page you can type yelp man:ls
and view in GUI window:
Once loaded you can use Control + F to search.
Browser
I open the man page on the internet and use my browsers search feature Control + F.
For example if in the terminal I type in man yad
in my browser I would type linux man yad
.
You sometimes need to pay attention that the internet version can sometimes have newer or older list of arguments but this has rarely happened to me.
The advantages of internet manpages goes beyond search facility and includes superior scrolling plus easier copying to clipboard.