linux:sed
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| linux:sed [2021/12/11 12:39] – [Using as regex to get stuff] utedass | linux:sed [2022/09/12 00:30] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| By default, everything that is not deleted (by a delete command) is printed to stdout. To inhibit this, pass ' | By default, everything that is not deleted (by a delete command) is printed to stdout. To inhibit this, pass ' | ||
| - | Forward dash '/' | + | Forward dash ''/'' is usually |
| + | |||
| + | Truth to be told, almost any character can be used as a separator. The first character after the command seems to be used as a separator. Thus '' | ||
| sed takes a string as argument, which can contain commands, that in turn contain matching strings. | sed takes a string as argument, which can contain commands, that in turn contain matching strings. | ||
| Line 13: | Line 15: | ||
| For example the command to print a line that matches something would be | For example the command to print a line that matches something would be | ||
| <code bash> | <code bash> | ||
| - | echo testfil.txt | sed -n ' | + | echo testfil.txt | sed -n '/something/ |
| </ | </ | ||
linux/sed.1639226351.txt.gz · Last modified: 2022/09/12 00:30 (external edit)
