Added introduction.

This commit is contained in:
Dylan Araps 2018-06-20 13:24:36 +10:00
parent f614dc3cfb
commit 982a91ca6f
1 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ scripts and not full blown utilities.
<!-- vim-markdown-toc GFM -->
* [Introduction](#introduction)
* [Foreword](#foreword)
* [Strings](#strings)
* [Trim leading and trailing white-space from string](#trim-leading-and-trailing-white-space-from-string)
* [Trim all white-space from string and truncate spaces](#trim-all-white-space-from-string-and-truncate-spaces)
@ -158,7 +158,7 @@ scripts and not full blown utilities.
<br>
<!-- CHAPTER START -->
# Introduction
# Foreword
A collection of pure `bash` alternatives to external processes and programs. The `bash` scripting language is more powerful than people realise and you can accomplish most tasks without the need or dependency of external programs.