Linux – How to find files containing text in bash
A few days back, I had to change the timeouts of all the applications on my Linux server. These applications included nginx, gunicorn, socketio, etc. One way would be to look for their config files and then search in them.…