Operating systems, development tools, and professional services
for connected embedded systems

Developer Resources
Blogs
Board support packages
Foundry27 projects
Forums
Hardware support listing
Online video tutorials
Product documentation

phfind

phfind

File search utility

Syntax:

phfind [options]

Runs on:

Neutrino

Options:

-c
Case-sensitive pattern match. The default is case-insensitive.
-npattern
The name or pattern to find.
-r
Don't recursively search subdirectories. The default is to recurse.
-R
Recursively search symbolic links. The default is not to recurse.
-S
Single-threaded operation. The default is multi-threaded. Setting this option saves a thread, but it may reduce responsiveness of phfind on a slow filesystem.
-t options
The types of files to look for. Combine one or more of:
  • a -- all (the default setting)
  • b -- block special
  • c -- character special
  • d -- directories
  • f -- regular files
  • l -- symbolic links
  • n -- named special
  • p -- FIFOs (pipes)
  • s -- sockets
-x position[%][r]
The x coordinate of the upper-left corner of the window, in pixels, or as a percentage of screen width if % is specified. If r is specified, the coordinate is relative to the current console.
-y position[%][r]
The y coordinate of the upper-left corner of the window, in pixels, or as a percentage of screen height if % is specified. If r is specified, the coordinate is relative to the current console.

Description:

This utility starts a graphical file search application. You must be running Photon in order to run phfind.


Note: The phfind utility can find and display a maximum of 65535 files.

You can start phfind from the command line.

The main window looks like this:


Photon file search utility


Searching for files with phfind.

The application has three tabs, Name & Location, Types, and Sizes:

See also:

find, pfm

Using the Photon microGUI in the Neutrino User's Guide