Tag: linux
To find a file by name in Linux (Ubuntu, Centos) or macOS in command line use the following command...
grep -Ril "text-to-find-here" /
To find a file by name in Linux (Ubuntu, Centos) or macOS in command line use the following command...
grep -Ril "text-to-find-here" /