Re: How to printout matching pattern in command line



Hi,
I am trying to search multiple lines with start with amd and has x86
and end with \ like
amd_path= \
x86_path \
just_path

And just print that on screen like
amd_path= \
x86_path \

Thx

.