Skip to content

Instantly share code, notes, and snippets.

@i5ting
Created March 30, 2015 01:33
Show Gist options
  • Select an option

  • Save i5ting/b2b3381efe5d94860c1a to your computer and use it in GitHub Desktop.

Select an option

Save i5ting/b2b3381efe5d94860c1a to your computer and use it in GitHub Desktop.
这个命令的意思是把所有com.github替换成com.github.shadowsocks
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