Learn The sed Command - Expanded Projects
This folder contains deep-dive, project-length guides for each project in LEARN_SED_COMMAND.md.
Projects
- Project 1: The Config File Updater
- Project 2: The Log File Cleaner
- Project 3: Basic Markdown to HTML Converter
- Project 4: The Multi-Line Address Parser
- Project 5: Reversing a File (Line by Line)
How To Use
- Read the theory section in each project first.
- Follow the implementation guide to build the tool.
- Use the testing section to validate correctness and edge cases.