Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nicolas MAILLET
Small_tips
Commits
7bcc7f73
Commit
7bcc7f73
authored
Oct 07, 2016
by
Nicolas MAILLET
Browse files
Update readme.md
parent
38bfb4d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
cheat/readme.md
View file @
7bcc7f73
## How to install cheat software
$ sudo pip install cheat
Source: https://github.com/chrisallenlane/cheat
\ No newline at end of file
## How to use cheat software
In your terminal, write
```cheat```
followed by a classical command.
For example,
```cheat tar```
will show:
```
# To extract an uncompressed archive:
tar -xvf /path/to/foo.tar
# To create an uncompressed archive:
tar -cvf /path/to/foo.tar /path/to/foo/
# To extract a .gz archive:
tar -xzvf /path/to/foo.tgz
...
```
[
Source
](
https://github.com/chrisallenlane/cheat
)
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment