How can I search for a pattern in awk if the text contains special characters?
billinAddress ||
when I search, it is showing an error on pipe sign ||. How can I search for the pipe sign || in awk?
|
How can I search for a pattern in
when I search, it is showing an error on pipe sign |
|||
|
|
|
You just need to escape them using For example, you can search for your pattern using:
|
|||
|
|
|
|||
|
|