|
Simple grep Question
I tried searching for answers but didn't find any.
When I grep a file results read
4.2.2.2
4.4.4.2
4.5.6.7
But I just want to select each result individually. For Example I want to be able to say
variable1="first grep result"
variable2="second grep result"
variable3="third grep result"
Thanks in advance.
Last edited by elbombillo; 11-16-2008 at 01:00 PM..
|