Skip to content

Instantly share code, notes, and snippets.

@muratgu
Created September 6, 2020 19:43
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 muratgu/a741dc6910e4941c87c701c20fa62fc4 to your computer and use it in GitHub Desktop.
Save muratgu/a741dc6910e4941c87c701c20fa62fc4 to your computer and use it in GitHub Desktop.
sed -e 's/\"True\"/\"1\"/g' \
-e 's/\"False\"/\"0\"/g' < /path/to/source.txt > /path/to/result.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment