Joel , Pinto Mata
About
CV
Skills
Blog
Leetcode
Tutorials
Home
Blogs
Linux - Grep, escape back slash characters
Linux - Grep, escape back slash characters
Problem:
Execute ‘grep’ in order to match with: \“123456789\”
Solution:
grep ‘\\\“123456789\\\”’