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 58646b3 commit f9071b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/abe-linux-commands.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Replace some text in all your data directory

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

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

0 comments on commit f9071b9

Please sign in to comment.