2022-11-28
|~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…
2022-11-28
|~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…
2022-11-28
|~2 min read
|242 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…
2022-11-28
|~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…
2022-11-28
|~2 min read
|376 words
In Git Log Archeology/ Digging In With Grep And Pickaxe, I noted that the utility is an acronym for “_g_lobally search for a _r_egular _e…
2022-11-28
|~7 min read
|1229 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…