Archive

Posts Tagged ‘man’

get the ASCII code of a character

December 21, 2019 Leave a comment
man ascii
Categories: bash Tags: , , ,

TLDR: simplified and community-driven man pages

November 24, 2017 Leave a comment

The TLDR pages are a community effort to simplify the beloved man pages with practical examples.

Links

(I also have a similar project called PrimCom but it has never become popular.)

Categories: bash, python Tags: ,

colorize man pages

November 19, 2014 1 comment

Before
before

After
after

But how?

sudo apt-get install most

Then add this line to your ~/.bashrc:

export PAGER=most

Open a new terminal and try it.

Explanation
This tip is from here. As the user cannedprimates states, “you can solve this issue by using a different pager, for example most. man will actually use the program specified in the PAGER environment variable.”

Categories: bash Tags: , , , ,

Description of the file system hierarchy

April 15, 2012 Leave a comment
man hier

Web version here. Tip from here.

Categories: bash Tags: ,