Solution to grep in bash

This commit is contained in:
2023-09-06 17:31:32 +02:00
parent 33b8f2e204
commit b44d1e941f
7 changed files with 1268 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
{
"authors": [
"glennj"
],
"contributors": [
"bkhl",
"guygastineau",
"IsaacG",
"kotp"
],
"files": {
"solution": [
"grep.sh"
],
"test": [
"grep.bats"
],
"example": [
".meta/example.sh"
]
},
"blurb": "Search a file for lines matching a regular expression pattern. Return the line number and contents of each matching line.",
"source": "Conversation with Nate Foster.",
"source_url": "https://www.cs.cornell.edu/Courses/cs3110/2014sp/hw/0/ps0.pdf"
}

View File

@@ -0,0 +1 @@
{"track":"bash","exercise":"grep","id":"f17326cb951d4357a2394a24d217a5f3","url":"https://exercism.org/tracks/bash/exercises/grep","handle":"Kimawari","is_requester":true,"auto_approve":false}