Unpin (Command Line)
Undoes a pin operation for the specified items, ignoring files that are not pinned. For definitions of the command options, see Command Options in this Help system.
Syntax
ss Unpin <items> [-G] [-H] [-N] [-W] [-Y] [-?]
Project Rights
You must have the Check Out/Check In project right in the project you are unpinning to use this command.
Examples
Unpins Myfile.cpp and Myfile.h:
ss Unpin MYFILE.CPP MYFILE.H
Unpins all .doc files in the current project:
ss Unpin *.DOC
Unpins all files in the SPECS project:
ss Unpin $/CEDAR/SPECS/*.*