How to find a filename with contains the search words.
find . -type f -iname "*re6*"
find all files in the current folder (even when you are in /home/username) that are files (not folders) and don't consider there is a big or small letters. pic.twitter.com/8IVnjSxiOY