Skip to content

Instantly share code, notes, and snippets.

@HungYuHei
Created July 23, 2011 03:27
Show Gist options
  • Save HungYuHei/1100949 to your computer and use it in GitHub Desktop.
Save HungYuHei/1100949 to your computer and use it in GitHub Desktop.
linux replace string command
sed -i "s/\.white-box/\.box-d4d4d4/g" `grep '\.white-box' -rl .`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment