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
- Host: GitHub
- URL: https://github.com/sanaa-ennaji/hackerrank_linuxshell
- Owner: sanaa-ennaji
- Created: 2024-12-16T08:59:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-18T15:22:28.000Z (over 1 year ago)
- Last Synced: 2025-06-22T22:38:52.242Z (about 1 year ago)
- Topics: scripting, shell
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
````