DEV Community

Discussion on: 6 Unix tools you need to know about

 
geekypandey profile image
Anurag Pandey

Yeah. git grep is super handy to find files with particular snippets of code.

I started with competitive programming recently and I used to save code as filename.py and then testcase_filename for the testcases. ls | grep -v testcase came in handy to code files and clear the noise.