Hi,
How do I look for only a particular line in a file.
For ex:
In a particular file error.log, I was look for a particular line
"The dir is '/usr' and there are 23 files"
and in the line
"The dir is '/usr' and there are 23 files" ..
I want to store /usr to an array.
Thanks