Theory is when you know something, but it doesn't work. Practice is when something works, but you don't know why. Programmers combine theory and practice: Nothing works and they don't know why.
Need some help here. Can someone let me know how I can print the "DATATOBEEXTRACTED" using the awk command here. I Have multiple lines in same format but basically looking for awk to print between 2 values. In this case Print whatever is between "myLogicalpath" and ")"
Eg of a line:
(uname phy:/dev/myLogicalpath/DATATOBEEXTRACTED)
Reply To This Comment
About the site:
Peter Krumins' blog about programming, hacking, software reuse, software ideas, computer security, browserling, google and technology.
Hey Guys,
Need some help here. Can someone let me know how I can print the "DATATOBEEXTRACTED" using the awk command here. I Have multiple lines in same format but basically looking for awk to print between 2 values. In this case Print whatever is between "myLogicalpath" and ")"
Eg of a line:
(uname phy:/dev/myLogicalpath/DATATOBEEXTRACTED)
Reply To This Comment