Answers for "regex match + n lines"

0

regex match + n lines

# Matches 40 lines below the line starting with "your anchor"
your anchor((?:.*\n){1,40})
Posted by: Guest on March-17-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language