General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Lawrence D’Oliveiro
Computerphile
comments
Comments by "Lawrence D’Oliveiro" (@lawrencedoliveiro9104) on "Where GREP Came From - Computerphile" video.
4:04 You mean lines were numbered from 1, not 0? Wasn’t this code written in C?
1
Also very useful together with the “find” command, to do multi-file search. E.g. reporting all occurrences (file names and line numbers) of “collada” in the Blender source tree: find ~/projects/blender -type f -not -path ./.git/\* -exec grep -FiHn collada {} ';'
1
2:43 Not just any old paper, but tractor-feed paper!
1