Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jun 5, 2024. It is now read-only.

Commit 1605a1e

Browse files
link to GNU sed ebook
1 parent dcd29f0 commit 1605a1e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

‎gnu_sed.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@
6767

6868
<br>
6969

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+
7074
```bash
7175
$ sed --version | head -n1
7276
sed (GNU sed) 4.2.2
@@ -3209,6 +3213,7 @@ real 0m0.073s
32093213
* [sed FAQ](http://sed.sourceforge.net/sedfaq.html), last modified '10 March 2003'
32103214
* [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)
32113215
* [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.
32123217
* Tutorials and Q&A
32133218
* [sed basics](https://code.snipcademy.com/tutorials/shell-scripting/sed/introduction)
32143219
* [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
32293234
* [regexcrossword](https://regexcrossword.com/)
32303235
* [stackoverflow - What does this regex mean?](https://stackoverflow.com/questions/22937618/reference-what-does-this-regex-mean)
32313236
* 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
32323238
* [sd](https://github.com/chmln/sd) - simple search and replace, implemented in Rust
32333239
* [sedsed](https://github.com/aureliojargas/sedsed) - Debugger, indenter and HTMLizer for sed scripts
32343240
* [xo](https://github.com/ezekg/xo) - composes regular expression match groups

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /