Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 617 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 617 Bytes

UNIX---Bash-Scripting---Beginner

Contains beginner-level scripts for basic task automation

Bash-Scripting-for-Beginners

    • These scripts were for a compliance project in which the client had to keep records for a certain amount of time, as required by law in their industry.
    • Once a month, the client would manually go in and delete the records, which was time consuming and often times pushed to following months due to workload.
    • The scripts run via cronjob and check the file system daily for records that have recahed the age of seven years.