An open API service indexing awesome lists of open source software.

https://github.com/sanaa-ennaji/hackerrank_linuxshell

Linux Shell Hackerrank Solutions
https://github.com/sanaa-ennaji/hackerrank_linuxshell

scripting shell

Last synced: 12 months ago
JSON representation

Linux Shell Hackerrank Solutions

Awesome Lists containing this project

README

          

# Linux Shell Hackerrank Solutions

This repository contains solutions to the **Linux Shell** challenges from [HackerRank](https://www.hackerrank.com/). 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:
```bash
git clone https://github.com/sanaa-ennaji/Hackerrank_LinuxShell
cd Hackerrank_LinuxShell
````

### To run a script from the easy folder:

````bash
cd easy
./script1.sh

````