Suppose I have a file named
some_file_name.ext
Now I want this file to be found out with find command some part of filename like:
find filelocation -type f -name 'some\|name'
I have tried doing this with grep and awk but with no luck and even tried all command from this link
some
andname
? is order important? – steeldriver Nov 07 '19 at 15:22