I am having trouble finding the options I need to find a file in an unknown directory.
The manual for find(1) is not helping me.
For example I want to find omxplayer. Using
I am searching from the top level of the file system and would like to search all subdirectories of the system and show matching files and directories.
What is the option I need? Is my wildcard valid?
I am currently using sysutils/catfish but would like to handle this from the command prompt.
The manual for find(1) is not helping me.
For example I want to find omxplayer. Using
find omxplayer*
it returns no files or directories. I know it is in usr/ports but this is an example.I am searching from the top level of the file system and would like to search all subdirectories of the system and show matching files and directories.
What is the option I need? Is my wildcard valid?
I am currently using sysutils/catfish but would like to handle this from the command prompt.