From df173f4bb2f399c7670e4bc2075dcdfab78c631f Mon Sep 17 00:00:00 2001 From: Talal Obeid Date: Mon, 22 Jun 2015 10:38:40 -0400 Subject: [PATCH] Added a note to use eg https://github.com/srsudar/eg --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dadbfd3..5f6c22e 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Notes: - To keep this to one page, content is implicitly included by reference. You're smart enough to look up more detail elsewhere once you know the idea or command to Google. Use `apt-get`/`yum`/`dnf`/`pacman`/`pip`/`brew` (as appropriate) to install new programs. - Use [Explainshell](http://explainshell.com/) to get a helpful breakdown of what commands, options, pipes etc. do. - +- Incorporate [eg](https://github.com/srsudar/eg) in your daily workflow for quick and concise examples of how a certain command is used within the command-line itself. ## Basics @@ -64,6 +64,8 @@ Notes: - Learn to use `apt-get`, `yum`, `dnf` or `pacman` (depending on distro) to find and install packages. And make sure you have `pip` to install Python-based command-line tools (a few below are easiest to install via `pip`). + + ## Everyday use - In Bash, use **Tab** to complete arguments and **ctrl-r** to search through command history.