Linux with its versatile command line is my go-to OS for software development. Here are 3 command line tools I commonly use for development and which I recommend you to try out! 1. grep The #1 command line tool I use during development is grep . Basically it’s a simple …