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 da5238c

Browse files
link corrections, added link to sd
1 parent 5d7b6a6 commit da5238c

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

‎gnu_sed.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3206,14 +3206,14 @@ real 0m0.073s
32063206
* Manual and related
32073207
* `man sed` and `info sed` for more details, known issues/limitations as well as options/commands not covered in this tutorial
32083208
* [GNU sed manual](https://www.gnu.org/software/sed/manual/sed.html) has even more detailed information and examples
3209-
* [sed FAQ](http://sed.sourceforge.net/sedfaq.html), but last modified '10 March 2003'
3209+
* [sed FAQ](http://sed.sourceforge.net/sedfaq.html), last modified '10 March 2003'
32103210
* [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)
32113211
* [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)
32123212
* Tutorials and Q&A
32133213
* [sed basics](https://code.snipcademy.com/tutorials/shell-scripting/sed/introduction)
3214-
* [sed detailed tutorial](http://www.grymoire.com/Unix/Sed.html) - has details on differences between various `sed` versions as well
3215-
* [sed one-liners explained](http://www.catonmat.net/series/sed-one-liners-explained)
3216-
* [cheat sheet](http://www.catonmat.net/download/sed.stream.editor.cheat.sheet.txt)
3214+
* [sed detailed tutorial](https://www.grymoire.com/Unix/Sed.html) - has details on differences between various `sed` versions as well
3215+
* [sed one-liners explained](https://catonmat.net/sed-one-liners-explained-part-one)
3216+
* [cheat sheet](https://catonmat.net/ftp/sed.stream.editor.cheat.sheet.txt)
32173217
* [unix.stackexchange - common search and replace examples](https://unix.stackexchange.com/questions/112023/how-can-i-replace-a-string-in-a-files)
32183218
* [sed Q&A on unix stackexchange](https://unix.stackexchange.com/questions/tagged/sed?sort=votes&pageSize=15)
32193219
* [sed Q&A on stackoverflow](https://stackoverflow.com/questions/tagged/sed?sort=votes&pageSize=15)
@@ -3229,6 +3229,8 @@ real 0m0.073s
32293229
* [regexcrossword](https://regexcrossword.com/)
32303230
* [stackoverflow - What does this regex mean?](https://stackoverflow.com/questions/22937618/reference-what-does-this-regex-mean)
32313231
* Related tools
3232-
* [sedsed - Debugger, indenter and HTMLizer for sed scripts](https://github.com/aureliojargas/sedsed)
3233-
* [xo - composes regular expression match groups](https://github.com/ezekg/xo)
3232+
* [sd](https://github.com/chmln/sd) - simple search and replace, implemented in Rust
3233+
* [sedsed](https://github.com/aureliojargas/sedsed) - Debugger, indenter and HTMLizer for sed scripts
3234+
* [xo](https://github.com/ezekg/xo) - composes regular expression match groups
32343235
* [unix.stackexchange - When to use grep, sed, awk, perl, etc](https://unix.stackexchange.com/questions/303044/when-to-use-grep-less-awk-sed)
3236+

0 commit comments

Comments
(0)

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