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

https://github.com/devenes/bash-script-variables

A Bash Script file that you can experience echo, read and sed commands, variables and use if loops.
https://github.com/devenes/bash-script-variables

automation awk-script bash echo script scripting scripts sh shell shell-script unix

Last synced: 6 months ago
JSON representation

A Bash Script file that you can experience echo, read and sed commands, variables and use if loops.

Awesome Lists containing this project

README

          

# Bash Scripting

Bash Scripting is a powerful part of system administration and development used at an extreme level. It is used by the System Administrators, Network Engineers, Developers, Scientists, and everyone who use Linux/Unix operating system. They use Bash for system administration, data crunching, web application deployment, automated backups, creating custom scripts for various pages, etc.

## Script

In Computer programming, a script is a set of commands for an appropriate run time environment which is used to automate the execution of tasks.

## Bash Script

A Bash Shell Script is a plain text file containing a set of various commands that we usually type in the command line. It is used to automate repetitive tasks on Linux filesystem. It might include a set of commands, or a single command, or it might contain the hallmarks of imperative programming like loops, functions, conditional constructs, etc. Effectively, a Bash script is a computer program written in the Bash programming language.