2
0
Fork 0
mirror of https://github.com/Idnan/bash-guide.git synced 2018-11-09 02:29:39 +01:00

add intro

This commit is contained in:
jpotusek 2017-04-02 17:33:55 -07:00 committed by GitHub
parent 67d97a1cfe
commit 3a5a44c0cb

View file

@ -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