Skip to content

Instantly share code, notes, and snippets.

@deskobj
Last active June 7, 2019 10:49
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 deskobj/4757076 to your computer and use it in GitHub Desktop.
Save deskobj/4757076 to your computer and use it in GitHub Desktop.
Desktop Objects: One bug in SED.EXE and another in MS-DOS DEL command -- http://p19z.blogspot.com/2013/02/one-bug-in-sedexe-and-another-in-ms-dos.html
:: Disable an option in the test environment
sed --in-place --unbuffered --expression="s/\(HistoryEnabled.*\)true/\1FALSE/gI" Web.config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment