Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 803 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 803 Bytes

Linux Shell Hackerrank Solutions

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.

How to Use This Repository

  1. Clone the repository to your local machine:
   git clone https://github.com/sanaa-ennaji/Hackerrank_LinuxShell
   cd  Hackerrank_LinuxShell

To run a script from the easy folder:

   cd easy
    ./script1.sh