changeTestidPtAll
Purpose:
-
Change the Test ID and offset the datapoint number in PAM Datapoint files in the current directory.
Enter:
-
changeTestidPtAll <testid> <point_num_offset> <filename> [filename …]
Where:
-
testid
Specify the new Test ID to set.
point_num_offset
Specify the offset to add to the point number in the files being accessed. NOTE: Enter 0 if changing the point number is not needed.
filename
Specify the PAM file(s) to process. Wild cards are valid for matching multiple files.
Example:
-
changeTestidPtAll mytestid 0 MYTESTID.*
The above command changes a line in any PAM datapoint file whose name begins with ‘MYTESTID’ in the current directory. It reads each file and replaces the ‘testid’ entry that is part of a line in the file to ‘mytestid. Since 0 was entered for the point number offset, the point number will not be changed.
Notes:
-
Be sure to change to the directory containing the files to be changed before entering the command.