A Brief Introduction
Bash or Bourne again shell is a replacement to the original unix shell written by Stephen Bourne at Bell Labs.
It offers vast improvements over the original shell, which include
Integer arithmetic,
Indexed arrays,
Command line editing,
Unlimited command history.
Bash scripts are available by default on most Linux distributions.
To find out which version of bash you are running type the following command.
[leo@bash101 ~]$ bash –version

You’ve got to love the open source community! We have just discovered, while digging the Internet, that an independent developer managed to create the first-ever OneDrive client for GNU/Linux operating systems.