Suchen Sie eine Datei Linux
find . -print | grep -i filename/part_of_file_name
will print with the path
Hutch Polecat
find . -print | grep -i filename/part_of_file_name
will print with the path
grep -rnw '/path/to/somewhere/' -e 'pattern'