# simple-bash-scripts **Repository Path**: mirrors_hekailiang/simple-bash-scripts ## Basic Information - **Project Name**: simple-bash-scripts - **Description**: A collection of Bash scripts from TecMint.com's tutorial - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-09-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README A collection of Bash scripts from [TecMint.com's tutorial](http://www.tecmint.com/learning-shell-scripting-language-a-guide-from-newbies-to-system-administrator/). 1. [Hello.sh](https://github.com/ruanyf/simple-bash-scripts/blob/master/Hello.sh): get a simple output 1. [Process.sh](https://github.com/ruanyf/simple-bash-scripts/blob/master/Process.sh): execute more than one command in a script 1. [Interactive.sh](https://github.com/ruanyf/simple-bash-scripts/blob/master/Interactive.sh): a simple but very much interactive script 1. [Special_Patter.sh](https://github.com/ruanyf/simple-bash-scripts/blob/master/Special_Pattern.sh): draw a diamond pattern with dots(.) 1. [Colorfull.sh](https://github.com/ruanyf/simple-bash-scripts/blob/master/Colorfull.sh): provide you with the output of several colours 1. [Encrypt.sh](https://github.com/ruanyf/simple-bash-scripts/blob/master/Encrypt.sh): encrypt a file/folder with password 1. [Server-Health.sh](https://github.com/ruanyf/simple-bash-scripts/blob/master/Server-Health.sh): report server related information 1. [Disk-Space.sh](https://github.com/ruanyf/simple-bash-scripts/blob/master/Disk-Space.sh): check if the disk space crosses the limit 1. [up.sh](https://github.com/ruanyf/simple-bash-scripts/blob/master/up.sh): move up a directory in shell script 1. [Randomfile.sh](https://github.com/ruanyf/simple-bash-scripts/blob/master/randomfile.sh): create unique file/folder automatically with date and time stamp 1. [Collectnetworkinfo.sh](https://github.com/ruanyf/simple-bash-scripts/blob/master/collectnetworkinfo.sh): gather information related to server 1. [Convertlowercase.sh](https://github.com/ruanyf/simple-bash-scripts/blob/master/convertlowercase.sh): convert data either from the file or standard input to lowercase 1. [Simplecacl.sh](https://github.com/ruanyf/simple-bash-scripts/blob/master/simplecacl.sh): a simple calculator 1. [Addition.sh](https://github.com/ruanyf/simple-bash-scripts/blob/master/Addition.sh): perform addition of two numbers 1. [Substraction.sh](https://github.com/ruanyf/simple-bash-scripts/blob/master/Substraction.sh): perform substraction of two numbers 1. [Multiplication.sh](https://github.com/ruanyf/simple-bash-scripts/blob/master/Multiplication.sh): perform multiplication of two numbers 1. [Division.sh](https://github.com/ruanyf/simple-bash-scripts/blob/master/Division.sh): perform division of two numbers 1. [Table.sh](https://github.com/ruanyf/simple-bash-scripts/blob/master/Table.sh): print table of any number 1. [EvenOdd.sh](https://github.com/ruanyf/simple-bash-scripts/blob/master/EvenOdd.sh): checks if a number input from standard input is odd or even 1. [Factorial.sh](https://github.com/ruanyf/simple-bash-scripts/blob/master/Factorial.sh): generate the factorial of a number 1. [Armstrong.sh](https://github.com/ruanyf/simple-bash-scripts/blob/master/Armstrong.sh): check if a provided number is Armstrong or not 1. [Prime.sh](https://github.com/ruanyf/simple-bash-scripts/blob/master/Prime.sh): check if a number is prime or not 1. [Fibonacci.sh](https://github.com/ruanyf/simple-bash-scripts/blob/master/Fibonacci.sh): test if a number being entered is a Fibonacci or not 1. [Decimal2Binary.sh](https://github.com/ruanyf/simple-bash-scripts/blob/master/Decimal2Binary.sh): convert Decimal Number to Binary 1. [Binry2Decimal.sh](https://github.com/ruanyf/simple-bash-scripts/blob/master/Binry2Decimal.sh): convert Binary Number back to decimal