From 32a6af82c70d1720ed6597965c80bc5f992d01a4 Mon Sep 17 00:00:00 2001 From: rern Date: Tue, 6 Feb 2024 08:10:02 +0700 Subject: [PATCH] Update 'sed'.md --- 'sed'.md | 1 - 1 file changed, 1 deletion(-) diff --git a/'sed'.md b/'sed'.md index 3815629..22f6e09 100644 --- a/'sed'.md +++ b/'sed'.md @@ -83,7 +83,6 @@ a\ - `'$ '` : last line - `'/^a.*b$/ '` : start with `a` and end with `b` - `'/^\s*$/ '` : blank lines -- `':a;/^[ \n]*$/{$d;N;ba}'` : remove trailing blank lines - `/<1st...>/, // ` : matched line range by matched (non-greedy) - `N, N ` : matched line range by line number