changeUnitsAll
Purpose:
Enter:
- 
changeUnitsAll <PAM_keyword><PAM_units> <filename> 
Where:
- 
PAM_keyword is the PAM keyword in the file that is associated with the units that should be changed PAM_units is the new PAM units that should be associated with the above PAM keyword filename is the name of the PAM file that should have the keyword changed. Wild cards are valid. 
Example:
- 
changeUnitsAll USER1@22 LB/MIN MYTESTID.* 
 The above command would change the units associated with PAM keyword USER1@22 to LB/MIN in any PAM datapoint file whose name begins with ‘MYTESTID.’ in the current directory. It reads each file and replaces what ever units are found for PAM keyword USER1@22 with LB/MIN.
Notes:
- 
Be sure to ‘cd’ to the directory containing the files to be changed before entering the command.