consistent markup

This commit is contained in:
Amine Hajyoussef
2015-12-31 14:11:18 +01:00
parent 878c70e69d
commit 3fe8681e19
6 changed files with 13 additions and 14 deletions

View File

@@ -6,8 +6,7 @@
`sed 's/{{find}}/{{replace}}/g' {{filename}}`
- replace all occurrences of a string in a file, and overwrite the file
contents
- replace all occurrences of a string in a file, and overwrite the file contents
`sed -i 's/{{find}}/{{replace}}/g' {{filename}}`