Append line after match
\
(backslash followed by space) starts the appended line with all space characters that follows. Without \
, no spaces will be kept in the line appended.
1 min read
\
(backslash followed by space) starts the appended line with all space characters that follows. Without \
, no spaces will be kept in the line appended.