Learn The sed Command - Expanded Projects

This folder contains deep-dive, project-length guides for each project in LEARN_SED_COMMAND.md.

Projects

  1. Project 1: The Config File Updater
  2. Project 2: The Log File Cleaner
  3. Project 3: Basic Markdown to HTML Converter
  4. Project 4: The Multi-Line Address Parser
  5. 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.