Open wulakey-tanwar opened 1 month ago
The document solution.md
has been updated to include a series of tasks related to basic Linux commands, focusing on file operations. New tasks added involve modifying text files, comparing file contents, and counting lines, words, and characters. Visual guidance through images has also been incorporated for each task, enhancing the instructional quality of the document.
File | Change Summary |
---|---|
2024/day03/solution.md | Updated with new tasks related to basic Linux commands: adding content, finding common lines, and counting file statistics. Images added for visual guidance. |
In the garden of commands, we play,
With colors bright, and fruits in sway.
Lines and words, we count with glee,
Linux whispers, "Come and see!"
A hop, a skip, to knowledge we go,
With every task, our skills will grow! 🐇✨
cat: This is the command to concatenate and display files. (-): This tells cat to read from standard input (stdin). It acts as a placeholder for input that might be piped in from another command