2008-12-22

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!

2 Comments:

At 9:45 PM, OpenID agateau said...

Actually, I think it would have been even nicer to use
"grep -r --include '*.cpp getenv' src/" instead of "find | xargs" :)

 
At 11:12 PM, OpenID agateau said...

Hum... I got the quoting wrong:

"grep -r --include '*.cpp' getenv src/" looks better :)

 

Post a Comment

<< Home