Skip to content

Commit

Permalink
Update abe-linux-commands.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorybesson committed Sep 7, 2016
1 parent 6574cb7 commit be50a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/abe-linux-commands.md
Expand Up @@ -9,5 +9,5 @@ find . -type f -name '*.json' -exec sed -i '' s/My text to replace/My text repla
##Linux

```
find . -type f -name '*.json' -exec sed -i 's/My text to replace/My text replaced/g' {} \;
find . -type f -name "*.json" -exec sed -i s/My text to replace/My text replaced/g {} \;
```

0 comments on commit be50a26

Please sign in to comment.