Closed Amitabh-DevOps closed 1 month ago
The changes in the pull request involve the addition of a new section in 2024/day02/solution.md
that focuses on basic Linux commands. This section includes detailed explanations of listing commands (ls
and its options) and directory commands (pwd
, cd
, mkdir
), each accompanied by sample output images and usage examples. The updates aim to enhance the instructional quality of the documentation for users learning Linux command-line operations.
File | Change Summary |
---|---|
2024/day02/solution.md | Added a section on basic Linux commands, including ls options and directory commands with examples and images. |
In the land of code, where rabbits play,
New Linux commands brighten the day.
Withls
andcd
, we hop and explore,
Creating directories, oh what a score!
Images and examples, a joyful sight,
Learning together, our future is bright! 🐇✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Description:
This pull request adds the
solution.md
file for Day 02 of the 90DaysOfDevOps challenge. The file provides an overview of basic Linux commands along with sample output images for better understanding. It covers commands likels
,pwd
,cd
,mkdir
, and more. Each command is explained with examples, followed by corresponding output images to help beginners visualize command execution.Key changes:
This contribution aims to make Day 02 of the 90DaysOfDevOps challenge easier for beginners to follow.
Summary by CodeRabbit
New Features
ls
,pwd
, andmkdir
.Documentation