Skip to content

Instantly share code, notes, and snippets.

@ksauzz
Created August 10, 2011 05:17
Show Gist options
  • Save ksauzz/1136183 to your computer and use it in GitHub Desktop.
Save ksauzz/1136183 to your computer and use it in GitHub Desktop.
ファイル内のIPアドレスをlocalhostへ一括変換
gsed -i -r 's/([0-9]{1,3}\.){3}[0-9]{1,3}/localhost/' *
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment