mirror of
https://github.com/Idnan/bash-guide.git
synced 2018-11-09 02:29:39 +01:00
Minor text change
This commit is contained in:
parent
19e5bb3d8d
commit
f5ae332c14
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
## Table of Contents
|
## Table of Contents
|
||||||
1. [Bash Basics](#1-bash-basics)
|
1. [Basics Operations](#1-basic-operations)
|
||||||
1.1. [File Operations](#11-file-operations)
|
1.1. [File Operations](#11-file-operations)
|
||||||
1.2. [Text Operations](#12-text-operations)
|
1.2. [Text Operations](#12-text-operations)
|
||||||
1.3. [Directory Operations](#13-directory-operations)
|
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
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
```
|
```
|
||||||
|
|
||||||
# 1. Bash Basics
|
# 1. Basic Operations
|
||||||
|
|
||||||
### a. `export`
|
### a. `export`
|
||||||
Displays all environment variables and if you want to get detail of specific variable then use `echo $VARIABLE_NAME`
|
Displays all environment variables and if you want to get detail of specific variable then use `echo $VARIABLE_NAME`
|
||||||
|
|
Loading…
Reference in a new issue