RE: [cciug] Delete view private files

From: Matt Walsh (mwalsh@waverider.com)
Date: Thu Sep 28 2000 - 17:28:16 EDT


Further to this, there should be single quote in front of 'cleartool' in
the command below. But also remember that this will remove checked out
files also.

Matt

Use cleartool lsprivate to generate a list of private files and remove them
using a for loop.

In an NT command prompt, for example:
  for /F %i in (cleartool lsprivate -short') do @del %i

On Thursday, September 28, 2000 4:19 PM, jamala@inprimis.com
[SMTP:jamala@inprimis.com wrote:
>
> Hi all,
> I would like to delete all my view private files from my view. The
options I
> am aware of are:
> 1. Delete the view.
> 2. Use windows explorer and find all the files and directories and delete
> them manually.
>
> Is there a better way to delete these view private files?
> Thanks for your help.
> Jamal Aziz
> Inprimis Technologies
> <mailto:jamala@inprimis.com>
>
> << File: ATT00003.html >>
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



This archive was generated by hypermail 2b29 : Sun May 06 2001 - 00:26:55 EDT