se the find command to find this file. What are its contents? code example
Example: linux find any file linux
#find a file and print with path
find . -print | grep -i *.txt
#find a file and print with path
find . -print | grep -i *.txt