This repository contains solutions to the Linux Shell challenges from HackerRank. It is organized into three difficulty levels: easy
, medium
, and hard
. Each solution is implemented as a shell script to help users improve their shell scripting skills.
- easy/: Solutions to basic problems suitable for beginners.
- medium/: Intermediate-level solutions with moderate complexity.
- hard/: Advanced solutions for challenging problems.
- Clone the repository to your local machine:
git clone https://github.com/sanaa-ennaji/Hackerrank_LinuxShell
cd Hackerrank_LinuxShell
cd easy
./script1.sh