Paradyne SLM 5.5 Network Card User Manual


 
A. OLCmd Reference
7800-A2-GB32-00 January 2002
A-15
OLCmd delcust
The
delcust
command allows you to delete a customer or a list of customers from
the database.
Format:
OLCmd delcust [-c
customer
] | [
-l
customer-list
]
Where:
Example:
The file ex-customers.txt contains customer IDs on separate lines:
Rent-a-Phone.com
Rent-a-Phone_GmbH
Rent-a-Phone_USA
The following command deletes from the database all the customer IDs in the
ex-customer.txt file:
OLCmd delcust -l ex-customers.txt
-c
customer
Is the customer ID of a single customer to be deleted
from the database.
-l
customer-list
Is the pathname of a file containing customer IDs
separated by carriage returns. All the customer IDs in the
file are deleted from the database.