1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-06 16:48:01 +00:00

Add Use An Alternative Delimiter In A Substitution as a sed til

This commit is contained in:
jbranchaud
2021-02-28 15:18:17 -06:00
parent d01f57b100
commit 8c5e3c39e4
2 changed files with 39 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ pairing with smart people at Hashrocket.
For a steady stream of TILs, [sign up for my newsletter](https://tinyletter.com/jbranchaud).
_1065 TILs and counting..._
_1066 TILs and counting..._
---
@@ -48,6 +48,7 @@ _1065 TILs and counting..._
* [React Testing Library](#react-testing-library)
* [ReasonML](#reasonml)
* [Ruby](#ruby)
* [sed](#sed)
* [Shell](#shell)
* [Tailwind CSS](#tailwind-css)
* [tmux](#tmux)
@@ -923,6 +924,10 @@ _1065 TILs and counting..._
- [Wrap Things In An Array, Even Hashes](ruby/wrap-things-in-an-array-even-hashes.md)
- [Zero Padding](ruby/zero-padding.md)
### sed
- [Use An Alternative Delimiter In A Substitution](sed/use-an-alternative-delimiter-in-a-substitution.md)
### Shell
- [Check If The First Argument Is Given](shell/check-if-the-first-argument-is-given.md)