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

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

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