Created
July 25, 2010 08:47
-
-
Save newkedison/489429 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
将当前文件夹下,所有文件中的common.h替换成Common.h | |
grep 'common.h' *|awk -F: '{print $1}'|xargs sed -i '/common.h/s//Common.h/' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment