1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-03 07:08:01 +00:00

Move a sed TIL from unix to the sed section

This commit is contained in:
jbranchaud
2021-02-28 15:19:59 -06:00
parent 8c5e3c39e4
commit d67617313c
2 changed files with 1 additions and 1 deletions

View File

@@ -926,6 +926,7 @@ _1066 TILs and counting..._
### sed
- [Extract Value From Command Output With Sed](sed/extract-value-from-command-output-with-sed.md)
- [Use An Alternative Delimiter In A Substitution](sed/use-an-alternative-delimiter-in-a-substitution.md)
### Shell
@@ -1001,7 +1002,6 @@ _1066 TILs and counting..._
- [Display The Contents Of A Directory As A Tree](unix/display-the-contents-of-a-directory-as-a-tree.md)
- [Do Not Overwrite Existing Files](unix/do-not-overwrite-existing-files.md)
- [Exclude A Directory With Find](unix/exclude-a-directory-with-find.md)
- [Extract Value From Command Output With Sed](unix/extract-value-from-command-output-with-sed.md)
- [Figure Out The Week Of The Year From The Terminal](unix/figure-out-the-week-of-the-year-from-the-terminal.md)
- [File Type Info With File](unix/file-type-info-with-file.md)
- [Find Files With fd](unix/find-files-with-fd.md)