Find Command

Zyxware default image2
| 1 min read
If you use GNU/Linux as your development environment then you inevitably has to use the find command at some point of time. A very common need while developing web applications is to search for the occurrences of a given string in files, very often with different extensions, under a given project. The command 'find' is a very powerful search utility that can be wielded according to our convenience and can be used in this scenario.