fix-project-files
上传用户:romrleung
上传日期:2022-05-23
资源大小:18897k
文件大小:0k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. #!/bin/sh
  2. #
  3. # Change linefeed -> return+linefeed for all VC++ project files
  4. find . ( -name "*.dsp" -o -name "*.dsw" ) -print | grep -v "SCCS" | xargs replace 'r$' ' ' '$' ' ' --