Open crossroad374 opened 1 month ago
The changes involve updating a Markdown file to include detailed instructions for using the mkdir
command to create various types of directories. The instructions cover creating standard and hidden directories, multiple directories at once, specifying locations, and creating nested structures. Additionally, a bonus section demonstrates using brace expansion for creating multiple directories in sequence. Each command is accompanied by a description and an illustrative image link.
File | Change Summary |
---|---|
2024/day02/solution.md | Added instructions for mkdir command: creating standard and hidden directories, multiple directories, specific locations, nested structures, and brace expansion. Each command includes a description and an image link. |
In the land of code where folders grow,
Withmkdir
commands, watch them flow.
New and hidden, side by side,
Nested treasures, a directory ride!
With images bright, the paths we’ll trace,
In this file of wonders, let’s find our place! 🐇✨
2024/day02/solution.md
[uncategorized] ~8-~8: This verb does not appear to agree with the subject. Consider using a different form. Context: ...) 2. mkdir .NewFolder # make a hidden directory (also . before a fil... (AI_EN_LECTOR_REPLACEMENT_VERB_AGREEMENT) --- [style] ~8-~8: The adverb ‘also’ is commonly used to connect clauses and isn’t usually used at the end of a phrase or before a conjunction. Consider replacing it with a more formal alternative. Context: ... # make a hidden directory (also . before a file to make it hidden) ![... (ALSO_AS_WELL) --- [typographical] ~37-~37: Two consecutive dots Context: ...-cb79e5c0679a) BONUS 6. mkdir name_{1..7} # create multiple direc... (DOUBLE_PUNCTUATION)
Summary by CodeRabbit
mkdir
command, including examples for standard, hidden, multiple, nested, and sequential directories.