This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| grep [2025/05/01 23:59] – ken | grep [2026/01/16 03:37] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 44: | Line 44: | ||
| </ | </ | ||
| **Using awk command (any order):** | **Using awk command (any order):** | ||
| - | |||
| < | < | ||
| $ awk '/ | $ awk '/ | ||
| - | </ | + | </ |
| - | Using sed command (exact order): | + | **Using sed command (exact order):** |
| < | < | ||
| $ sed '/ | $ sed '/ | ||
| - | </ | + | </ |
| - | Using sed command (any order): | + | **Using sed command (any order):** |
| < | < | ||
| $ sed '/ | $ sed '/ | ||