Skip to content

Instantly share code, notes, and snippets.

@prafulliu
Created January 3, 2012 07:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save prafulliu/1553979 to your computer and use it in GitHub Desktop.
Save prafulliu/1553979 to your computer and use it in GitHub Desktop.
批量替换查找
sed -i "s/floating-point/fixed-point/g" `find . -name "*.xml"|xargs grep floating-point -rl`
http://www.blogjava.net/hispark/archive/2010/08/14/328851.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment