Answers for "vim substitute from line 1 to end"

1

vim replace text at end of line

# Basic syntax:
:%s/.*\zs<search_pattern>/<replacement>/
Posted by: Guest on July-22-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language