From c472ec111ba933c38028f39f200d65d4d75ce5d8 Mon Sep 17 00:00:00 2001 From: Adnan Ahmed Date: Sat, 1 Apr 2017 12:47:10 +0400 Subject: [PATCH] add table of content --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 16a5727..ce3bfdc 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,15 @@ ## Table of Contents 1. [Bash Basics](#1-bash-basics) - 1. [File Commands](#11-file-commands) - 1. [Directory Commands](#12-directory-commands) - 1. [SSH, System Info & Network Commands](#13-ssh-system-info--network-commands) + 1.1. [File Commands](#11-file-commands) + 1.2. [Directory Commands](#12-directory-commands) + 1.3. [SSH, System Info & Network Commands](#13-ssh-system-info--network-commands) 1. [Basic Shell Programming](#2-basic-shell-programming) - 1. [Variables](#21-variables) - 1. [String Substitution](#22-string-substitution) - 1. [Functions](#23-functions) - 1. [Conditionals](#24-conditionals) - 1. [Loops](#25-loops) + 2.1. [Variables](#21-variables) + 2.3. [String Substitution](#22-string-substitution) + 2.4. [Functions](#23-functions) + 2.5. [Conditionals](#24-conditionals) + 2.6. [Loops](#25-loops) 1. [Process Handling](#3-process-handling) 1. [Tricks](#4-tricks) 1. [Debugging](#5-debugging)