find
The find command is used to search for files and directories in a specified directory.
It can use different options to filter and limit the search results. Any string before the parameters is considered as the directory name to search for. If no parameters are set, the find command will search for subdirectories and files in the current directory and display all the found subdirectories and files.