- To delete checkpoint files from a directory defined by Teradata PT, enter the following command:
- On UNIX OS:
rm TPT_install_directory/checkpoint/*
- On Windows:
delTPT_install_directory\checkpoint\*.*
- On UNIX OS:
- To delete checkpoint files from a user-defined directory, enter the following command:
- On UNIX OS:
rm <user-defined directory>/*
- On Windows:
del <user-defined directory>\*.*
- On UNIX OS: