Hi,
Im reading an ANSI text file and greping for a pattern. Then i cut what i dont need from that pattern. So now i just have what i need. What i have now just so happens to be a constant integer. How can i save this integer in a varaible? Or do i use command capture in some form?
Code:
cat Hello.txt | egrep "That One Pattern" | awk '{print $NF}'