From 3a5a44c0cb25419ddba85b55c420bcc50cc44fec Mon Sep 17 00:00:00 2001 From: jpotusek Date: Sun, 2 Apr 2017 17:33:55 -0700 Subject: [PATCH] add intro --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f10becb..0d3b958 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,8 @@ 3. [Tricks](#4-tricks) 4. [Debugging](#5-debugging) +# Introduction +Using bash, the built-in command-line interface in linux, offers a convenient way to navigate the file system, as well as gain access to tools native to bash, such as using pipes. # 1. Basic Operations