this post was submitted on 03 Oct 2023
8 points (100.0% liked)
Linux
5178 readers
282 users here now
A community for everything relating to the linux operating system
Also check out [email protected]
Original icon base courtesy of [email protected] and The GIMP
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I wrote a little script to browse Manpages: woman using
fzf
to create such a browser. Just runwoman
without arguments to see the full list.I think you would need to change the variable
sections='1,8,6,5,7'
, so it access only specific Manpages. In example1
stands for executable programs or shell commands. More about the sections in the DESCRIPTION of the man command itself:man man