Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fahimfba/hackerrank-linux-shell
Source codes of mine from HackerRank Linux Shell Practice
https://github.com/fahimfba/hackerrank-linux-shell
bash hackerrank hackerrank-bash hackerrank-solutions linux linux-shell linux-shellcode
Last synced: 5 days ago
JSON representation
Source codes of mine from HackerRank Linux Shell Practice
- Host: GitHub
- URL: https://github.com/fahimfba/hackerrank-linux-shell
- Owner: FahimFBA
- License: mit
- Created: 2022-01-17T10:35:34.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-13T09:17:56.000Z (almost 3 years ago)
- Last Synced: 2024-12-10T19:44:12.643Z (2 months ago)
- Topics: bash, hackerrank, hackerrank-bash, hackerrank-solutions, linux, linux-shell, linux-shellcode
- Language: Shell
- Homepage: https://fahimfba.github.io/hackerrank-linux-shell/
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# HackerRank Linux Shell
## 💻 Follow the instructions below to setup your environment.
- 🪟 For Windows OS
1. Install [VS Code](https://code.visualstudio.com/).
2. Install [Git Bash](https://git-scm.com/downloads).- 🐧 For Linux / MacOS
1. Install [VS Code](https://code.visualstudio.com/).
2. Install Git if you don't have it.## 💡 Follow the index
Problems IDs are not any official ID. They are just simple sequences according to my solution.
| Problem ID | Problem Name | Question | Solution | Complete Explanation with YouTube Video |
|:----------:|:------------:|:----------------------------------------------------------------------------------------------------:|:--------------------------------:|:-------------------------------------------------:|
| 01 | Let's Echo | [Question](https://www.hackerrank.com/challenges/bash-tutorials-lets-echo/problem?isFullScreen=true) | [Solution](Let's%20Echo/bash.sh) | [Video Explanation](https://youtu.be/SVOS5sXQdVY) |