This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| grep [2025/05/01 23:59] – ken | grep [2025/05/02 00:00] (current) – ken | ||
|---|---|---|---|
| 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 '/ | ||