#shell
Read more stories on Hashnode
Articles with this tag
Shell Script for Monitoring Disk Space and Send Email Alert · In this project we'll be creating a powerful shell script for monitoring free disk space...
Simple Project to Automate your Backups using Shell Script · In this project we'll be creating a simple yet effective backup shell script! In today's...
Functions declaration. Function Calling. Returning Values from Functions. Function Parameters. · Functions in Shell Script: In shell scripting, functions...
for Loop, while Loop, break and continue. · Repetitive Structure in Shell Script: In shell scripting, repetitive structures such as loops are used to...
if Statement, if-else Statement, if-elif-else Statement · Decision Making in Shell Script: Decision making in shell scripting is typically achieved using...
Writing a simple shell script · Shebang: All the shell script files have the same extension that is .sh . There can be multiple shells installed in an...