https://github.com/akashchouhan16/shell-cheatsheet
Implementation-based Shell scripts and Scheduling Algorithms cpp codes.
https://github.com/akashchouhan16/shell-cheatsheet
bash cplusplus shell shell-scripts
Last synced: about 2 months ago
JSON representation
Implementation-based Shell scripts and Scheduling Algorithms cpp codes.
- Host: GitHub
- URL: https://github.com/akashchouhan16/shell-cheatsheet
- Owner: akashchouhan16
- License: cc0-1.0
- Created: 2020-12-30T14:47:14.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-27T11:55:15.000Z (about 5 years ago)
- Last Synced: 2025-03-30T17:14:44.703Z (over 1 year ago)
- Topics: bash, cplusplus, shell, shell-scripts
- Language: C++
- Homepage:
- Size: 603 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Shell-CheatSheet
[](https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity "Repo Maintained")
[](https://GitHub.com/akashchouhan16/ "github.com/akashchouhan16")
[](https://code.visualstudio.com/ "VSCODE")
[](https://github.com/akashchouhan16/Shell-CheatSheet/issues)

Basic implementation based bash scripts (`.sh`) and scheduling algorithm implementations using `C++`.
---
## Topics-wise Question sets
- [Question **Set1**](https://github.com/akashchouhan16/Shell-CheatSheet/tree/main/Q_set1 "Number-based programs")
- [Question **Set2**](https://github.com/akashchouhan16/Shell-CheatSheet/tree/main/Q_set2 "Loops & Conditionals")
- [Question **Set3**](https://github.com/akashchouhan16/Shell-CheatSheet/tree/main/Q_set3 "Array basics in Bash")
- [Question **Set4**](https://github.com/akashchouhan16/Shell-CheatSheet/tree/main/Q_set4 "Arrays in Bash")
- [Question **Set5**](https://github.com/akashchouhan16/Shell-CheatSheet/tree/main/Q_set5 "Functions in Bash")
- [Question **Set6**](https://github.com/akashchouhan16/Shell-CheatSheet/tree/main/Q_set6 "File Handling in Bash")
- [Question **Set7**](https://github.com/akashchouhan16/Shell-CheatSheet/tree/main/Q_set7 "P Scheduling algo")
- [Question **Set8**](https://github.com/akashchouhan16/Shell-CheatSheet/tree/main/Q_set8 "NP Scheduling Algo")
---