I\'m looking for a command line to remove all view-private files and directories from a ClearCase view on Windows. I have Cygwin available as well.
The script avail
what about use the of cygpath command instead of sed? you can found more info about cygpath.exe here: link text
a way to link cygpath.exe with other programs is to use xargs. example: processA | xargs cygpath -u > my-path-in-unix-format.txt