aboutsummaryrefslogtreecommitdiff
path: root/src/blog/2022-06-12-shell-ide-sed
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2026-08-30 18:35:23 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2026-08-30 18:35:23 +0200
commit5e3b4b6c21d33b28e60ce976479339f72d544a6c (patch)
tree0e5a101d4944e7dd5a99606344b6a6807a9a5606 /src/blog/2022-06-12-shell-ide-sed
parentd3f0841cfdd229ff16b8a230117737a435fc7a56 (diff)
downloadsebastiano.tronto.net-5e3b4b6c21d33b28e60ce976479339f72d544a6c.tar.gz
sebastiano.tronto.net-5e3b4b6c21d33b28e60ce976479339f72d544a6c.zip
Switch from stagit to cgit
Diffstat (limited to 'src/blog/2022-06-12-shell-ide-sed')
-rw-r--r--src/blog/2022-06-12-shell-ide-sed/shell-ide-sed.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blog/2022-06-12-shell-ide-sed/shell-ide-sed.md b/src/blog/2022-06-12-shell-ide-sed/shell-ide-sed.md
index 410d2ce..bcb97d0 100644
--- a/src/blog/2022-06-12-shell-ide-sed/shell-ide-sed.md
+++ b/src/blog/2022-06-12-shell-ide-sed/shell-ide-sed.md
@@ -117,7 +117,7 @@ $ cth do_ src/*
117``` 117```
118 118
119And it works! You can now find 119And it works! You can now find
120[this script](https://git.tronto.net/scripts/file/cth%2Ehtml) 120[this script](https://git.tronto.net/scripts/tree/cth)
121among my other [scripts](https://git.tronto.net/scripts). 121among my other [scripts](https://git.tronto.net/scripts).
122 122
123*Remark: in bash one can simply do `sed -n "/^$1/,/^}/ p" ${@:2}` to match 123*Remark: in bash one can simply do `sed -n "/^$1/,/^}/ p" ${@:2}` to match

Generated with cgit - Back to sebastiano.tronto.net