Background
In clearcase, whenever you uncheckout, or check in files, you get a prompt that says:
Save private copy of <file> ? [yes]
For each individual file.
Problem
I am trying to check in hundreds of files at once with a script and I know I don't want to save a private copy of any of them. How do I suppress this prompt so I don't have to manually enter n
or no
for each file?