How to grep search for filenames instead of content in Linux
[ad_1] grep is a Linux tool that is generally used to search text files for specific content. However, it is often useful to search directories for file names rather than file contents, and this can be done with grep and other Linux command line utilities Using find instead of grep the grep The utility essentially … Read more