https://github.com/davelongdev/bash-script-projects
bash script projects for IBM linux and shell scripting course
https://github.com/davelongdev/bash-script-projects
Last synced: 3 days ago
JSON representation
bash script projects for IBM linux and shell scripting course
- Host: GitHub
- URL: https://github.com/davelongdev/bash-script-projects
- Owner: davelongdev
- Created: 2024-11-01T02:05:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-03T21:18:43.000Z (over 1 year ago)
- Last Synced: 2025-02-22T03:13:52.687Z (over 1 year ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bash Script Projects
## Part of the IBM Linux and Shell Scripting Course on Coursera.
## Project 1 - ETL script for weather data
This project is a a bash script that performs an ETL (Exctract, Transform, Load) process on weather data.
## Projecct 2 - Backup Script
This project runs a daily backup of any files in a given directory that have been updated in the last 24 hours.
## Status
This is a work in progress.