Command line to delete all ClearCase view-private files

前端 未结 9 670
眼角桃花
眼角桃花 2020-11-30 05:13

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

9条回答
  •  感情败类
    2020-11-30 05:33

    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

提交回复
热议问题