% ls VOB-path/lost+found
On Windows systems:
dir VOB-path\lost+found
Each file in the lost+found directory is named as element-name.UUID.
cleartool mv VOB-path/lost+found/element-name.UUID \ destination-pathFor example, from a dynamic view:
% cleartool mv \ /guivob/lost+found/prog.c.5f6815a0a2ce11cca54708006906af65 \ /guivob/int/prog.c
% cleartool rmelem \ /guivob/lost+found/prog.c.5f6815a0a2ce11cca54708006906af65For example, from a snapshot view:
% cd ~/pat_v1.4_cropcircle_sv % cleartool mv \ guivob/lost+found/prog.c.5f6815a0a2ce11cca54708006906af65 \ guivob/int/prog.c
cleartool mv VOB-path\lost+found\element-name.UUID ^ More? destination-pathFor example, from a dynamic view:
> cleartool mv ^ More? H:\guivob\lost+found\prog.c.5f6815a0a2ce11cca54708006906af65 ^ More? H:\guivob\int\prog.c
> cleartool rmelem ^ More? H:\guivob\lost+found\prog.c.5f6815a0a2ce11cca54708006906af65For example, from a snapshot view:
> cd c:\pat_v1.4_cropcircle_sv > cleartool mv ^ More? guivob\lost+found\prog.c.5f6815a0a2ce11cca54708006906af65 ^ More? guivob\int\prog.c