Olcmd chgrawfileext – Paradyne OpenLane SLM 5.5 User Manual
Page 76

A. OLCmd Reference
A-6
January
2002
7800-A2-GB32-00
OLCmd chgrawfileext
The chgrawfileext command changes the file extensions of raw data files on
seleted polling domains.
Format:
OLCmd chgrawfileext
[
-d
polling_domain ] [
-o
current_extension ]
[
-e
new_extension ]
Where:
Example:
The following command renames all .raw files on all polling domains to .ftp.
OLCmd chgrawfileext -o raw -e ftp
The following command renames .bad files on the polling domain named dallas to
.raw.
OLCmd chgrawfileext -d dallas -o bad -e raw
-d
polling_domain
Is the polling domain where file extensions are to
be changed. If -d is not specified, all polling
domains are affected.
-o
current_extension
Is the current file extension of files to be renamed.
Valid extensions are bad, ftp, and raw.
-e
new_extension
Is the new file extension of files to be renamed.
Valid extensions are bad, ftp, and raw.