We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19e5bb3 commit f5ae332Copy full SHA for f5ae332
README.md
@@ -4,7 +4,7 @@
4
</p>
5
6
## Table of Contents
7
- 1. [Bash Basics](#1-bash-basics)
+ 1. [Basics Operations](#1-basic-operations)
8
1.1. [File Operations](#11-file-operations)
9
1.2. [Text Operations](#12-text-operations)
10
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
25
#!/bin/bash
26
```
27
28
-# 1. Bash Basics
+# 1. Basic Operations
29
30
### a. `export`
31
Displays all environment variables and if you want to get detail of specific variable then use `echo $VARIABLE_NAME`
0 commit comments