Skip to content

Instantly share code, notes, and snippets.

@wk-j
Created February 7, 2015 19:01
Show Gist options
  • Save wk-j/184ec129c78aa8eba3ec to your computer and use it in GitHub Desktop.
Save wk-j/184ec129c78aa8eba3ec to your computer and use it in GitHub Desktop.
replace file
powershell -Command "(gc _Layout.cshtml) -replace '<title>(.+)</title>', '<title> 0.1 build.number% </title>' | Out-File _Layout.cshtml"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment