Curiosity
- Eadwine Rose
- Administrator
- Posts: 14716
- Joined: Wed Jul 12, 2006 2:10 am
Re: Curiosity
Your question..?
MX-23.6_x64 July 31 2023 * 6.1.0-37amd64 ext4 Xfce 4.20.0 * 8-core AMD Ryzen 7 2700
Asus TUF B450-Plus Gaming UEFI * Asus GTX 1050 Ti Nvidia 535.247.01 * 2x16Gb DDR4 2666 Kingston HyperX Predator
Samsung 870EVO * Samsung S24D330 & P2250 * HP Envy 5030
Asus TUF B450-Plus Gaming UEFI * Asus GTX 1050 Ti Nvidia 535.247.01 * 2x16Gb DDR4 2666 Kingston HyperX Predator
Samsung 870EVO * Samsung S24D330 & P2250 * HP Envy 5030
Re: Curiosity
I have no questions to ask only to those who visit the forum.
Re: Curiosity
Thanks, sg-1. It is a good tip, an efficient way for curious learners to browse the filesystem.
Re: Curiosity
Another browser trick is to open man pages in them instead of the terminal, since the formatting is much nicer, with
man:packagename
man:packagename
Re: Curiosity
I'm interested in this, but it doesn't work for me. I see the format is similar to, "about:config", or "about:preferences", but for example, "man:ls" brings up a "Select Application" dialog box.
True freedom is never asking the question; Am I free?
- Head_on_a_Stick
- Posts: 919
- Joined: Sun Mar 17, 2019 3:37 pm
Re: Curiosity
I don't have a graphical file manager installed so FF can be useful for quick browsing of the filesystem tree (although I prefer ranger).
It used to work for me in Debian stretch but it seems to be broken in buster 
How about
Code: Select all
man -Hfirefox ls

mod note: Signature removed, please read the forum rules
Re: Curiosity
This is what I get:
Code: Select all
$ man -Hfirefox ls
man: command exited with status 3: /usr/lib/man-db/zsoelim | /usr/lib/man-db/manconv -f UTF-8:ISO-8859-1 -t UTF-8//IGNORE | preconv -e UTF-8 | tbl | groff -mandoc -Thtml
True freedom is never asking the question; Am I free?
-
- Posts: 254
- Joined: Sat Apr 14, 2018 2:40 pm
Re: Curiosity
So why the post?
Re: Curiosity
Hello jj1j1,
Did you install groff?
many greetings gosia
Did you install groff?
Code: Select all
sudo apt install groff