Skip to content

Instantly share code, notes, and snippets.

@tvthu
Last active December 10, 2020 02:14
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 tvthu/859a961d2f1c52a61e0b2ba89175fe66 to your computer and use it in GitHub Desktop.
Save tvthu/859a961d2f1c52a61e0b2ba89175fe66 to your computer and use it in GitHub Desktop.
Command Line

Search Replace Large File

sed -i "" 's/foo/linux/g' file.txt
sed 's/http:\/\/localhost:8888\/mywebsite/http:\/\/mywebsite.com/g' FileToReadFrom > FileToWriteTo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment