Interesting
This is an interesting read - good thing I didn't show my script that extracts the lines and files where each variable is used :-). I learned a thing or two, so thanks!
This is an interesting read - good thing I didn't show my script that extracts the lines and files where each variable is used :-). I learned a thing or two, so thanks!
2 Comments:
Actually, I think it would have been even nicer to use
"grep -r --include '*.cpp getenv' src/" instead of "find | xargs" :)
Hum... I got the quoting wrong:
"grep -r --include '*.cpp' getenv src/" looks better :)
Post a Comment
<< Home