Find A File From The Command Line Jun 20, 2020 Command Line To find a file from the command line: find . -type f -iname "*pattern_search_for*"