This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| bash_one-liners [2025/09/03 02:54] – ken | bash_one-liners [2025/09/03 02:55] (current) – [sed] ken | ||
|---|---|---|---|
| Line 6: | Line 6: | ||
| ===== sed ===== | ===== sed ===== | ||
| \\ | \\ | ||
| - | substitute either | + | Substitute any of listed |
| < | < | ||
| - | sed s'/ | + | sed s'/[":=]/ /g' |
| </ | </ | ||
| Brackets mean "any one of". | Brackets mean "any one of". | ||