This commit is contained in:
jpotusek 2017-05-07 18:06:53 +00:00 committed by GitHub
commit 5dbbfe10ec
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@
3. [Tricks](#3-tricks)
4. [Debugging](#4-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