Answers for "find file in system unix"

0

find a file linux

find . -print | grep -i filename/part_of_file_name

will print with the path
Posted by: Guest on March-30-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language