You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tools/dev.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ A few comments:
72
72
73
73
* For simple cases, [`sed`][sed-find-and-replace] may be faster.
74
74
* If you encounter an error due to too many arguments, use `xargs`.
75
-
* 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__.
75
+
* Be __very__ careful when performing a multi-file find and in-place replace. Perform dry-runs and confirm expected results on a small file subset __before__ performing on many files. You have been __warned__.
0 commit comments