Solution to grep in bash
This commit is contained in:
25
bash/grep/.exercism/config.json
Normal file
25
bash/grep/.exercism/config.json
Normal 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"
|
||||
}
|
||||
1
bash/grep/.exercism/metadata.json
Normal file
1
bash/grep/.exercism/metadata.json
Normal 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}
|
||||
Reference in New Issue
Block a user