Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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) |