Have a file that one line reads
848844 retyor toyoyih W=9099 eoeoe
One of the lines will always contain W=
I can grep for W= but it pulls out the entire line, how do I grep for this to just pull out W=9099
The columns and position of W= are changing constantly, tired using awk.
848844 retyor toyoyih W=9099 eoeoe
One of the lines will always contain W=
I can grep for W= but it pulls out the entire line, how do I grep for this to just pull out W=9099
The columns and position of W= are changing constantly, tired using awk.