how to check if have file with spesific extension in linux code example
Example 1: terminal find file by extension recursive
find /directory/path -type f -name "*.in"
Example 2: find linux with extension
find /home/username/ -name "*.err"
find /directory/path -type f -name "*.in"
find /home/username/ -name "*.err"