Skip to content

Commit dcc12f2

Browse files
committed
Add note and link
1 parent 6212c8c commit dcc12f2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/dev.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ where
4141

4242
A few comments:
4343

44+
* For simple cases, [`sed`][sed-find-and-replace] may be faster.
4445
* If you encounter an error due to too many arguments, use `xargs`.
4546
* Be __very__ careful when applying a multi-file find and in-place replace. Perform dry-runs and confirm expected results on a small subset __before__ performing on many files. You have been __warned__.
4647

@@ -52,6 +53,8 @@ A few comments:
5253

5354
<section class="links">
5455

56+
[sed-find-and-replace]: http://stackoverflow.com/questions/11392478/how-to-replace-a-string-in-multiple-files-in-linux-command-line
57+
5558
</section>
5659

5760
<!-- /.links -->

0 commit comments

Comments
 (0)