https://github.com/labex-labs/shell-practice-challenges
Shell Practice Challenges | This repo collects 26 of programming labs exercises 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 skills by solving these c...
https://github.com/labex-labs/shell-practice-challenges
List: shell-practice-challenges
challenges course exercises hands-on labex labs playgroud programming shell
Last synced: 2 months ago
JSON representation
Shell Practice Challenges | This repo collects 26 of programming labs exercises 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 skills by solving these c...
- Host: GitHub
- URL: https://github.com/labex-labs/shell-practice-challenges
- Owner: labex-labs
- Created: 2024-06-01T00:53:12.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-01T01:57:22.000Z (7 months ago)
- Last Synced: 2025-04-29T12:02:10.076Z (3 months ago)
- Topics: challenges, course, exercises, hands-on, labex, labs, playgroud, programming, shell
- Homepage: https://labex.io/courses/shell-practice-challenges
- Size: 32.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shell Practice Challenges
[](https://labex.io/courses/shell-practice-challenges)
[](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.

## 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.

- 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 | π― Bash Hello World Program | β ββ | Start Challenge |
| 02 | π― Bash Scripting Comments Usage | β ββ | Start Challenge |
| 03 | π― Rectangle Area Calculator Script | β ββ | Start Challenge |
| 04 | π― Using While Loop in Bash | β ββ | Start Challenge |
| 05 | π― Bash Script Using For Loop | β ββ | Start Challenge |
| 06 | π― Capture User Input Script | β ββ | Start Challenge |
| 07 | π― Number Digit Checker | β ββ | Start Challenge |
| 08 | π― Username and Password Validation | β ββ | Start Challenge |
| 09 | π― Bash Script with OR Logic | β ββ | Start Challenge |
| 10 | π― Bash Script Lucky Number Checker | β ββ | Start Challenge |
| 11 | π― Bash Script Command Line Arguments | β ββ | Start Challenge |
| 12 | π― Naming Command Line Arguments | β ββ | Start Challenge |
| 13 | π― Substring Extraction in Bash | β ββ | Start Challenge |
| 14 | π― Add Two Numbers | β ββ | Start Challenge |
| 15 | π― Creating Bash Function | β ββ | Start Challenge |
| 16 | π― Calculate Rectangle Area Function | β ββ | Start Challenge |
| 17 | π― Passing String Value in Bash | β ββ | Start Challenge |
| 18 | π― Create Directory with Bash Script | β ββ | Start Challenge |
| 19 | π― Check Directory Existence Script | β ββ | Start Challenge |
| 20 | π― Read File Line by Line | β ββ | Start Challenge |
| 21 | π― Deleting Files with Bash | β ββ | Start Challenge |
| 22 | π― Append Content to File | β ββ | Start Challenge |
| 23 | π― Check File Existence | β ββ | Start Challenge |
| 24 | π― Parse Current Date and Time | β ββ | Start Challenge |
| 25 | π― Using Wait Command in Bash | β ββ | Start Challenge |
| 26 | π― Pausing Command Syntax | β ββ | 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)