find command

Summary

Finds a file in the specified directory or in the current directory

Description

If you are looking for a file and you can't remember where, using this command will help you find it.

Command usage

  • find <file> [directory]

Examples

  • find Delhi.png: Searches the current directory for Delhi.png.

  • find Shanghai.png Asia: Searches the "Asia" directory for Shanghai.png.

Last updated