Previous Topic: editusr Command—Create and Modify UNIX UsersNext Topic: join Command—Add Users to Native Groups


find file Command—List Native Files

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 CA ControlMinder bin directory:

find file C:\Program\Files\CA\AccessControl\bin\*.exe

Example: Find Files Matching a Pattern on UNIX

The following command lists all files in the CA ControlMinder bin directory that begin with the letter se:

find file /opt/CA/AccessControl/bin/se*