linux find by extension code example
Example 1: how can I find perticular extension in ubuntu?
find . -type f -name "*.txt"
Example 2: find linux with extension
find /home/username/ -name "*.err"
find . -type f -name "*.txt"
find /home/username/ -name "*.err"