This repository contains various bash scripts for different tasks. Each directory in the repository represents a separate task.
.
├── data
│ ├── number.txt
│ ├── table1.txt
│ └── table2.txt
├── Exo0_Basics
│ └── script.sh
├── Exo2_Calculating_the_mean
│ └── script.sh
├── Exo3_Filterning_the_data
│ └── script.sh
└── Exo4_Joining_data
└── script.sh
To use these scripts, clone the repository and navigate to the desired directory. Then, run the script.sh
file in that directory.
Contributions are welcome! Please read the contributing guidelines before making any changes.
This project is licensed under the terms of the MIT license.