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]
  • directory
    Lists all the files in the directory 
    directory
    .
  • mask
    Lists all the files in the directory 
    directory
     that match the 
    mask
     variable. The 
    mask
     may include wildcard characters.
Example: Find Executable Program Files in a Specific Path on Windows
The following command lists all executable files in the 
Privileged Access Manager
 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 
Privileged Access Manager
 bin directory that begin with the letter 
se
:
find file <installpath2>/bin/se*