Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/labex-labs/shell-practice-challenges
[Shell Practice Challenges] This repository collects 69 of programming scenarios (labs and challenges) for Shell Practice Challenges. This course contains lots of challenges for Shell, each challenge is a small Shell project with detailed instructions and solutions. You can practice your Shell sk...
https://github.com/labex-labs/shell-practice-challenges
List: shell-practice-challenges
awesome awesome-list challenges course education hands-on labex labs programming shell
Last synced: 5 days ago
JSON representation
[Shell Practice Challenges] This repository collects 69 of programming scenarios (labs and challenges) for Shell Practice Challenges. This course contains lots of challenges for Shell, each challenge is a small Shell project with detailed instructions and solutions. You can practice your Shell sk...
- Host: GitHub
- URL: https://github.com/labex-labs/shell-practice-challenges
- Owner: labex-labs
- Created: 2024-06-01T00:53:12.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-08-01T01:31:42.000Z (4 months ago)
- Last Synced: 2024-08-02T04:25:22.391Z (4 months ago)
- Topics: awesome, awesome-list, challenges, course, education, hands-on, labex, labs, programming, shell
- Homepage: https://labex.io/skilltrees/shell
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shell Practice Challenges
[![Shell Practice Challenges](https://cover-creator.appbot.io/shell-practice-challenges.png)](https://labex.io/courses/shell-practice-challenges)
[![Start-Learning](https://img.shields.io/badge/Start-Learning-whitesmoke?style=for-the-badge)](https://labex.io/courses/shell-practice-challenges)
This course contains lots of challenges for Shell, each challenge is a small Shell project with detailed instructions and solutions. You can practice your Shell skills by solving these challenges, improve your problem-solving skills, and learn how to write clean and efficient code.
![Shell](https://img.shields.io/badge/Shell-whitesmoke?style=for-the-badge&logo=shell)
## Environment
LabEx is an interactive, hands-on learning platform dedicated to coding and technology. It combines labs, AI assistance, and virtual machines to provide a no-video, practical learning experience.
![](https://tutorial-screenshot.getvm.io/images/vm-1725247253.png)
- A strict βLearn by Doingβ approach with exclusive hands-on labs and no videos.
- Interactive online environments within the browser, with automated step-by-step checks.
- A structured content organization with the Skill Tree based learning system.
- A growing learning resource of 30 Skill Trees and over 6,000 Labs.
- The AI learning assistant Labby, built on ChatGPT, providing a conversational learning experience.Learn more about [LabEx VM](https://support.labex.io/using-labex/virtual-machine).
## Exercises
| Index | Name | Difficulty | Practice |
|---------|--------------------------------------------------|--------------|--------------------------------------------------------------------------------------------------------------------------------|
| 01 | π― Using While Loop in Bash | β ββ | Start Challenge |
| 02 | π― Substring Extraction in Bash | β ββ | Start Challenge |
| 03 | π― Bash Scripting Comments Usage | β ββ | Start Challenge |
| 04 | π― Concatenating String Variables | β ββ | Start Challenge |
| 05 | π― Creating Bash Function | β ββ | Start Challenge |
| 06 | π― Passing String Value in Bash | β ββ | Start Challenge |
| 07 | π― Calculate Rectangle Area Function | β ββ | Start Challenge |
| 08 | π― Bash Script Command Line Arguments | β ββ | Start Challenge |
| 09 | π― Check File Existence | β ββ | Start Challenge |
| 10 | π― Add Two Numbers | β ββ | Start Challenge |
| 11 | π― Parse Current Date and Time | β ββ | Start Challenge |
| 12 | π― Number Digit Checker | β ββ | Start Challenge |
| 13 | π― Reverse Number Using Shell Script | β β β | Start Challenge |
| 14 | π― Recursive Function in Bash Scripting | β β β | Start Challenge |
| 15 | π― Determine String Lengths in Shell Script | β β β | Start Challenge |
| 16 | π― Generate Fibonacci Sequence in Shell | β β β | Start Challenge |
| 17 | π― Username and Password Validation | β ββ | Start Challenge |
| 18 | π― Check Directory Existence Script | β ββ | Start Challenge |
| 19 | π― Rectangle Area Calculator Script | β ββ | Start Challenge |
| 20 | π― Print Equilateral Triangle Pattern | β β β | Start Challenge |
| 21 | π― Pausing Command Syntax | β ββ | Start Challenge |
| 22 | π― Bash Script Lucky Number Checker | β ββ | Start Challenge |
| 23 | π― Extracting Mails and Numbers | β ββ | Start Challenge |
| 24 | π― Right Angle Triangle Pattern | β β β | Start Challenge |
| 25 | π― Naming Command Line Arguments | β ββ | Start Challenge |
| 26 | π― Create Directory with Bash Script | β ββ | Start Challenge |
| 27 | π― Bubble Sort Command-Line Sorting | β β β | Start Challenge |
| 28 | π― Capture User Input Script | β ββ | Start Challenge |
| 29 | π― Long and Short | β β β | Start Challenge |
| 30 | π― Command-Line Argument Comparison Script | β β β | Start Challenge |
| 31 | π― Check Mounted File System Usage | β β β | Start Challenge |
| 32 | π― Bash Script Using For Loop | β ββ | Start Challenge |
| 33 | π― Bash Script with OR Logic | β ββ | Start Challenge |
| 34 | π― Write Shell Script to List Directory Contents | β β β | Start Challenge |
| 35 | π― Greet User Based on Time | β β β | Start Challenge |
| 36 | π― Create a Command-Line Calculator Script | β β β | Start Challenge |
| 37 | π― Count Executable Files in PATH Directories | β β β | Start Challenge |
| 38 | π― Display Filesystem Free Space Utilization | β β β | Start Challenge |
| 39 | π― Bash Script for File Information | β β β | Start Challenge |
| 40 | π― Lucky Number Prize Checker | β ββ | Start Challenge |
| 41 | π― Print File Lines Using Bash Commands | β β β | Start Challenge |
| 42 | π― Search User in System Configuration | β β β | Start Challenge |
| 43 | π― Count System Users Within ID Range | β β β | Start Challenge |
| 44 | π― Adding Two Numbers | β β β | Start Challenge |
| 45 | π― Random Line Deletion in C Files | β β β | Start Challenge |
| 46 | π― Read File Line by Line | β ββ | Start Challenge |
| 47 | π― Using Wait Command in Bash | β ββ | Start Challenge |
| 48 | π― Backup System Log | β ββ | Start Challenge |
| 49 | π― Using Echo Command Options | β ββ | Start Challenge |
| 50 | π― Convert Strings with Shell Script | β β β | Start Challenge |
| 51 | π― Append Content to File | β ββ | Start Challenge |
| 52 | π― Deleting Files with Bash | β ββ | Start Challenge |
| 53 | π― Bash Hello World Program | β ββ | Start Challenge |
| 54 | π― Downloading Files with Curl and Wget | β ββ | Start Challenge |
| 55 | π― Delete Empty Lines | β β β | Start Challenge |
| 56 | π― Initialize Git Project | β ββ | Start Challenge |
| 57 | π― Random Password Generator Using Shell Commands | β β β | Start Challenge |
| 58 | π― System Information Displaying Script | β β β | Start Challenge |
| 59 | π― Backup Logs In Linux | β ββ | Start Challenge |
| 60 | π― Displaying Linux Host Information | β ββ | Start Challenge |
| 61 | π― Display User and Group Information | β ββ | Start Challenge |
| 62 | π― Group of Linux | β ββ | Start Challenge |
| 63 | π― Analyze Historical Commands | β ββ | Start Challenge |
| 64 | π― Change File Ownership | β ββ | Start Challenge |
| 65 | π― Locate Files On Linux System | β ββ | Start Challenge |
| 66 | π― Terminate Processes by Name and ID | β ββ | Start Challenge |
| 67 | π― Add New User and Group | β ββ | Start Challenge |## More
- π [Shell Programming Courses](https://github.com/labex-labs/awesome-programming-courses)
- π [Shell Programming Projects](https://github.com/labex-labs/awesome-programming-projects)
- π [Shell Free Tutorials](https://github.com/labex-labs/shell-free-tutorials)