Difference between revisions 507952 and 507953 on knwiki{{other uses}} {{lowercase|title=find}} In [[Unix-like]] and some other [[operating system]]s, <code>'''find'''</code> is a [[command-line utility]] that [[Search engine (computing)|searches]] through one or more [[directory tree]]s of a [[file system]], locates [[Computer file|file]]s based on some [[user (computing)|user]]-specified criteria and applies a user-specified action on each matched file. The possible search criteria include a [[pattern matching|pattern(contracted; show full)This command searches files whose name has a prefix of "fileA_" or "fileB_" in the current directory. find . -name 'foo.cpp' -not -path '.svn' This command searches for files with the name "foo.cpp" in all subdirectories of the current directory (current directory itself included) other than ".svn". ==See also== *[[ GNU Locate_(Unix)|locate]], a Unix search tool based on a prebuilt database therefore faster and less accurate than <code>find</code> *[[mdfind]], a similar utility that utilizes metadata for [[Mac OS X]] and [[Darwin (operating system)|Darwin]] *[[List of Unix programs]] *[[List of DOS commands]] *[[grep]] *[[find (command)]], a DOS and Windows command that is very different from UNIX <code>find</code> *[[findutils]] *[[Tree (Unix)| tree]] (contracted; show full)[[hu:Find]] [[ja:Find]] [[pl:Find]] [[pt:Find]] [[ro:Find]] [[ru:Find]] [[fi:Find (Unix)]] [[uk:Find]] All content in the above text box is licensed under the Creative Commons Attribution-ShareAlike license Version 4 and was originally sourced from https://kn.wikipedia.org/w/index.php?diff=prev&oldid=507953.
![]() ![]() This site is not affiliated with or endorsed in any way by the Wikimedia Foundation or any of its affiliates. In fact, we fucking despise them.
|