Answers for "list multiple files linux"

2

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