FIND(oh) LOCAL FIND(oh) find - find files and directories, usage OPTIONS -name PATTERN : case sensitive search pattern. -iname PATTERN : case insensitive search pattern. -type TYPE : file type to search (bcdflps). See TYPES. -empty : find empty file or directory. -exec : execute command on the results. See EXEC. -mtime N : difference between last modification time and the start of find. -mindepth N : minimum depth level to search. -maxdepth N : maximum depth level to search. TYPES f : regular file. d : directory. b : block special. l : symbolic link. p : FIFO. s : socket. c : character special. EXEC find. -type d -exec ls {} \; EXPRESSIONS OPERATORS Conditions can be grouped with the following operators: -or, -and. SEE ALSO - OpenBSD manpages: find(1) AUTHORS ohazot(oh) | about(oh) | ohazot.com: https://ohazot.com OpenBSD 7.8 , linux | Created:2026-01-17|Updated:2026-03-27| FIND(oh)