Frequently used terms:
-
Search term: A text string telling EasyFind what to search. Consists of the search words connected by Boolean operators. Parts of the search words can be replaced by wildcards.
-
Wildcards: Special characters acting as placeholders for one or many other characters. Read more...
-
Boolean operators: Special words concatenating parts of more complex search terms using Boolean logic. Read more...
-
Regular Expressions: Coming from UNIX, a way to define a pattern to be matched, e.g., ten numbers in a row, allowing for very flexible string searches. Read more...
-
File name extensions: The last part of a file name, after a . dot, noting the type of the file. The file name extension gives a hint to how to interpret the contents of the file. Examples: .txt (text file), .c (C language source file), .jpg (image in JPEG format), .doc (Microsoft Word file).
-
Packages: Folders treated by the Finder like a single file. Examples: Mac applications, Apple Pages files, DEVONthink databases.
|