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
{{ message }}
This repository was archived by the owner on Jun 5, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: gnu_sed.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,6 +67,10 @@
67
67
68
68
<br>
69
69
70
+
This chapter has also been [converted to a book](https://github.com/learnbyexample/learn_gnused) with additional description, examples and exercises.
71
+
72
+
<br>
73
+
70
74
```bash
71
75
$ sed --version | head -n1
72
76
sed (GNU sed) 4.2.2
@@ -3209,6 +3213,7 @@ real 0m0.073s
3209
3213
*[sed FAQ](http://sed.sourceforge.net/sedfaq.html), last modified '10 March 2003'
3210
3214
*[stackoverflow - BSD/macOS Sed vs GNU Sed vs the POSIX Sed specification](https://stackoverflow.com/questions/24275070/sed-not-giving-me-correct-substitute-operation-for-newline-with-mac-difference/24276470#24276470)
3211
3215
*[unix.stackexchange - Differences between sed on Mac OSX and other standard sed](https://unix.stackexchange.com/questions/13711/differences-between-sed-on-mac-osx-and-other-standard-sed)
3216
+
* This chapter has also been [converted to a book](https://github.com/learnbyexample/learn_gnused) with additional description, examples and exercises.
*[sed detailed tutorial](https://www.grymoire.com/Unix/Sed.html) - has details on differences between various `sed` versions as well
@@ -3229,6 +3234,7 @@ real 0m0.073s
3229
3234
*[regexcrossword](https://regexcrossword.com/)
3230
3235
*[stackoverflow - What does this regex mean?](https://stackoverflow.com/questions/22937618/reference-what-does-this-regex-mean)
3231
3236
* Related tools
3237
+
*[rpl](https://unix.stackexchange.com/questions/112023/how-can-i-replace-a-string-in-a-files/251742#251742) - search and replace tool, has interesting options like interactive mode and recursive mode
3232
3238
*[sd](https://github.com/chmln/sd) - simple search and replace, implemented in Rust
3233
3239
*[sedsed](https://github.com/aureliojargas/sedsed) - Debugger, indenter and HTMLizer for sed scripts
3234
3240
*[xo](https://github.com/ezekg/xo) - composes regular expression match groups
0 commit comments