Skip to content

If you are beginner to bash script and you want to do data processing using it this repo can help you

License

Notifications You must be signed in to change notification settings

IbLahlou/bash-script-for-beginners

Repository files navigation

Bash Script Repository

This repository contains various bash scripts for different tasks. Each directory in the repository represents a separate task.

Directory Structure

.
├── 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

Usage

To use these scripts, clone the repository and navigate to the desired directory. Then, run the script.sh file in that directory.

Contributing

Contributions are welcome! Please read the contributing guidelines before making any changes.

License

This project is licensed under the terms of the MIT license.

About

If you are beginner to bash script and you want to do data processing using it this repo can help you

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Packages