Link to home
Start Free TrialLog in
Avatar of amirhpr
amirhpr

asked on

HOw can I undelete files that are deleted by "rm -d -f -r" in Windows Command console

We are using the ClearCase for Windows for code version tracking.
I was rying to get ride of view private files and I use the Windows comand console to fins all private fiels and then I use teh "rm" to delete them:
1. ct ls -r -view_only > view_private_elements.bat
2. open the file in VS and add "rm -d -f -r" at the begining of all files.
3. run the baych file
Now I need the files and I wonder how I cam undeleet them (mostly C# fiels .cs)

ASKER CERTIFIED SOLUTION
Avatar of Michael Pfister
Michael Pfister
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial