How to access Linux command cheat sheets using cheat

SysAdminBlog | Every day we are using Linux, and the terminal is something that is familiar to Linux users. Sometimes when we open a terminal and write some command we do not know used for what it is.

Example we have file.ta.gz and file.tar.bz, we know the tar command but do not know how the continuation of the command, How to extarxt file.tar.gz and how to extract file.tar.bz2. So here it is helpful to use cheat sheets.

so this time to do some nice "How to access Linux command cheat sheets using cheat".

First step :
Install git and pip
sudo apt-get install git python-pip
Second step :
Install python packages and clone cheat
sudo pip install docopt pygments
https://github.com/chrisallenlane/cheat.git
Third step :
Installing cheat
cd cheat
sudo python setup.py install

Now Basic usage of cheat :
cheat -l to display all most popular command
here my result to use cheat :
cheat tar

oke it is just tips Linux command.
Title : How to access Linux command cheat sheets using cheat
Description : SysAdminBlog | Every day we are using Linux , and the terminal is something that is familiar to Linux users. Sometimes when we open a term...

0 Response to "How to access Linux command cheat sheets using cheat"

Post a Comment