Created
November 3, 2019 19:25
-
-
Save afaqk9394/51cfd0e30a84cd4ab00bf0beeca52b02 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # A simple two-variable example | |
| myvariable=Hello | |
| anothervar=World! | |
| echo $myvariable $anothervar | |
| echo | |
| sampledir=/etc | |
| ls $sampledir |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment