An open API service indexing awesome lists of open source software.

https://github.com/dimanu-py/learning-bash-scripting

Basic bash scripts to learn
https://github.com/dimanu-py/learning-bash-scripting

learning learning-by-doing shell-script

Last synced: 5 months ago
JSON representation

Basic bash scripts to learn

Awesome Lists containing this project

README

          

# Learning bash scripting

## Description

This repository will contain some basic scripts example while I learn how to create bash scripts to automate different commands and workflows that could be executed through a terminal emulator.

## Set up

When we create the _.sh_ file, we won't have execution permission. We can run the scripts by using the following command `bash ` or `sh `.

If we want to run the script by using `./` we need to grant execution permission to the file.

To grant execution permission to our user run `chmod u+x `