Answers for "how to names of multiple files in a text file in 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 "how to names of multiple files in a text file in linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language