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]
Lists all the files in the directory directory.
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*
Copyright © 2013 CA Technologies.
All rights reserved.
|
|