Skip to content

Commit

Permalink
Update 'sed'.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rern authored Feb 21, 2024
1 parent 217cf2d commit 3c97f11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 'sed'.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ a\
- `/.../` : default delimiter
- `\|...|`, `\#...#` : delimiters can be any (but in line search, none default `/` must be escaped)

- `-n '/.../p'` : **p**rint line string by matched
- `-n '/.../p'` : **p**rint line string by matched
- `-n '/.../p; q'` : **p**rint only 1st line string by matched
- `'<n>q;d'` : get line string by line number
- `-n '/.../='` : get line number

Expand Down

0 comments on commit 3c97f11

Please sign in to comment.