Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

regex last word in lin

Just use "$" to specify matching a pattern at the end of each line.
Example with grep:
grep "pattern$" file.txt
 
PREVIOUS NEXT
Tagged: #regex #word #lin
ADD COMMENT
Topic
Name
7+2 =