Commit Graph

6 Commits

Author SHA1 Message Date
Erethon 7afb33aee4 Update and some new examples
* Update a mistake in ifconfig
* Add example for a SOCKS proxy in ssh
* Add an example for mounting a NFS dir in mount
* Add a description for git blame
* Add some examples in grep
* Add example for specifing an interface in dhclient
* Add a description for apt-get install
* Add some commands in apt-cache
* Add an example of pretty printing jsons using python
2013-12-03 22:32:26 +02:00
ImmortalPC f42d28088c [Change] grep Add find in files 2013-11-25 13:44:30 +01:00
Matthieu Keller dc4846b635 Update grep 2013-09-06 16:53:36 +02:00
Chris Lane 3dbaf5a17f Fixed a minor typo in the grep cheatsheet. 2013-09-01 21:13:35 -04:00
adelviscio 2592e8face Removed duplicate example, updated description of another example.
Removed cat file | grep pattern as cat file is unnecessary.  The command becomes 'grep pattern file' again - which is the same as the first example.

Updated #Advanced description to be more descriptive.
2013-09-01 16:00:18 -04:00
Sam Dodrill 84b5df508b Cheatsheets added
- apk: Alpine Linux package manager
 - gcc: GNU C Compiler
 - grep: Pattern matcher in files or pipes
 - vim: Vi IMproved
2013-08-28 10:05:46 -07:00