2021-10-10
|~3 min read
|404 words
Continuing my exploration of slicing and dicing data from the command line, today I want to write about . In many ways is similar to…
2021-10-10
|~2 min read
|269 words
I often find myself grepping files to quickly find data. Often times, however, I am as interested in the lines surrounding the one where I…
2021-10-10
|~2 min read
|246 words
In the past, I’ve written about diving into the git log with grep and the pickaxe. Those do not search by the author of a commit, however…
2021-10-10
|~2 min read
|214 words
“Grepping” a stream of data is a powerful way to cut through the noise (I’ve written previously about its role in digging through git logs…
2021-10-10
|~2 min read
|215 words
TEST “Grepping” a stream of data is a powerful way to cut through the noise (I’ve written previously about its role in digging through git…
2021-10-10
|~2 min read
|246 words
In the past, I’ve written about diving into the git log with grep and the pickaxe. Those do not search by the author of a commit, however…
2021-10-10
|~2 min read
|378 words
In Git Log Archeology/ Digging In With Grep And Pickaxe, I noted that the utility is an acronym for ”_globally search for a \regular…
2021-10-10
|~2 min read
|367 words
In Git Log Archeology/ Digging In With Grep And Pickaxe, I noted that the utility is an acronym for ”_globally search for a \regular…
2021-10-10
|~7 min read
|1232 words
In his talk “A Branch In Time” (which I wrote about previously, Tekin Süleyman discussed how an engineer can explore the git history to…
2021-10-10
|~6 min read
|1199 words
In his talk “A Branch In Time” (which I wrote about previously, Tekin Süleyman discussed how an engineer can explore the git history to…