find a file in terminal code example
Example 1: terminal how to find a file name
find / -name NAME.EXTENSION
Example 2: find linux with extension
find /home/username/ -name "*.err"
find / -name NAME.EXTENSION
find /home/username/ -name "*.err"