How to find files on the Ubuntu command line – VITUX
vitux.com › how-to-find-files-on-the-ubuntuThe general syntax of the command is: $ find /path/to/file/ -iname filename. Search files in a specific directory. You can use the Find command to search for all files in a specific directory. The general syntax would be: $ find /path/to/file/ For instance, to find all the files under the /home/tin/Downloads/ directory, launch the Terminal by pressing Ctrl+Alt+T and then run the following command in Terminal: $ find /home/tin/Downloads/ Search files in the current directory