jfind


The Windows platform does not provide a command line search program like the Unix find command. This is a limited form of the Unix find command for the Windows platform. The format of the command is:

jfind pathlist options

Option

Description

-name pattern

finds files whose name matches pattern

-print

prints the pathname for files found

-type d|f

find directories or files

 

EXAMPLE

jfind C:\MYDIR -name ".*AUSTIN.*" -print


Tools