Oops, your profile's looking a bit empty! To help us tailor your experience, please fill in key details like your SketchUp version, skill level, operating system, and more. Update and save your info on your profile page today!
🛣️ Road Profile Builder | Generate roads, curbs and pavements easily Download
Tool: rak - like grep only optimized for source code repos
-
Just ran across this nice command-line tool: rak
@unknownuser said:
Rak is a grep replacement in pure Ruby. It accepts Ruby syntax regular expressions and automatically recurses directories, skipping .svn/, .cvs/, pkg/ and more things you don't care about. It is based on the Perl tool ack by Andy Lester.
To install:
$ gem install rakAn example on Windows 8 cmd.exe

-
Nice! Thanks for the link!
Advertisement