Joel , Pinto Mata
About
CV
Blog
Interview flashcards
Home
Blogs
Linux - Grep, escape back slash characters
Linux - Grep, escape back slash characters
February 15, 2017
Problem:
Execute ‘grep’ in order to match with: \“123456789\”
Solution:
grep ‘\\\“123456789\\\"’