Skip to content

This repo is for shell scripts written in Linux for File operations and other automations.

Notifications You must be signed in to change notification settings

shivaprasad-gudsi/shell-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

ShellScripts

This repository will contain my work towards automation using shell script to avoid manual work.

Example: The backupfile check script which runs weekly will check for Backup file name using pattern and send mail with name of file and size of the file so that Administrators can easily verify from mail if backup is successful without the need to login to FTP server. Backup file is utmost important for Cisco ISE without which it is impossible to get back the previous configuration (which require heavy manual work). { Runs weekly on Monday at 00:00 using cron job:: 0 0 * * MON /path/script.sh > /dev/null 2>&1 }

About

This repo is for shell scripts written in Linux for File operations and other automations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages