Skip to content

Commit f5ae332

Browse files
author
Adnan Ahmed
authored
Minor text change
1 parent 19e5bb3 commit f5ae332

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</p>
55

66
## Table of Contents
7-
1. [Bash Basics](#1-bash-basics)
7+
1. [Basics Operations](#1-basic-operations)
88
1.1. [File Operations](#11-file-operations)
99
1.2. [Text Operations](#12-text-operations)
1010
1.3. [Directory Operations](#13-directory-operations)
@@ -25,7 +25,7 @@ This is first line that you will in bash script files called `shebang`. The sheb
2525
#!/bin/bash
2626
```
2727

28-
# 1. Bash Basics
28+
# 1. Basic Operations
2929

3030
### a. `export`
3131
Displays all environment variables and if you want to get detail of specific variable then use `echo $VARIABLE_NAME`

0 commit comments

Comments
 (0)