Created
March 30, 2015 01:33
-
-
Save i5ting/b2b3381efe5d94860c1a to your computer and use it in GitHub Desktop.
这个命令的意思是把所有com.github替换成com.github.shadowsocks
This file contains hidden or 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
| ack com.github|grep .java:|grep src|awk -F'[ :]' '{print $1}'|xargs sed -i.bak 's/github/github\.shadowsocks/g' | |
| find . -name '*.bak'|xargs rm -rf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment