Answers for "linux find multiple filenames"

1

linux find multiple filenames

find /home/my_repo | grep -E "(filename1|name2|filename3)"
Posted by: Guest on February-04-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language