find file Command List Native Files
Valid in the native environment
capamsc141
Valid in the native environment
Use the find file command to list all the system files that match the mask, which is a string. The files are ordered chronologically in one column.
This command has the following format:
find file [directory][/mask]
- directoryLists all the files in the directorydirectory.
- maskLists all the files in the directorydirectorythat match themaskvariable. Themaskmay include wildcard characters.
Example: Find Executable Program Files in a Specific Path on Windows
The following command lists all executable files in the
PAM Server Control
bin directory:find file C:\Program\Files\CA\PAMSC\bin\*.exe
Example: Find Files Matching a Pattern on UNIX
The following command lists all files in the
PAM Server Control
bin directory that begin with the letter se
:find file <installpath2>/bin/se*