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 6, 2024
1 parent d39c107 commit 32a6af8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion 'sed'.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ a\
- `'$ <x>'` : last line
- `'/^a.*b$/ <x>'` : start with `a` and end with `b`
- `'/^\s*$/ <x>'` : blank lines
- `':a;/^[ \n]*$/{$d;N;ba}'` : remove trailing blank lines

- `/<1st...>/, /<last...>/ <x>` : matched line range by matched (non-greedy)
- `N, N <x>` : matched line range by line number
Expand Down

0 comments on commit 32a6af8

Please sign in to comment.