changeKeyword
Purpose:
-
Change a specified keyword in a CyFlex datapoint file.
Enter:
-
changeKeyword <filename> <old_keyword> <new_keyword>
Where:
-
filename Specify the name of the CyFlex datapoint file to modify. old_keyword Specify the existing keyword to replace. new_keyword Specify the new keyword to use in place of the old one.
Example:
-
changeKeyword USER1 USER2 MYTESTID.*
The above command changes the PAM keyword USER1 to USER2 in any PAM datapoint file whose name begins with ‘MYTESTID’ in the current directory. It reads each file and replaces ‘USER1’ with ‘USER2’.
Notes:
-
Be sure to change to the directory containing the files to be changed before entering the command.