Tag: command line

2 posts   See also:  linux   mac os

Find file by name in Linux, macOS in command line

To find a file by name in Linux (Ubuntu, Centos) or macOS in command line use the following command...

 No comments   2019   command line   find   linux   mac os

Find file containing specific text on Linux, Mac OS X using command line

grep -Ril "text-to-find-here" /

 No comments   2019   command line   linux   mac os