Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Description
# Instructions

Search files for lines matching a search string and return all matching lines.

Expand Down
5 changes: 5 additions & 0 deletions exercises/grep/introduction.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Introduction

You have taken a job at a local library helping organize their collection of old books.
The student patrons are often hunting for half-remembered quotes to cite in their term papers.
Rather than manually read every book from cover to cover, you decide to build a small tool to scan them, looking for these partial quotes.
Loading