I have to get some information by checking whole file line by line. I tried use scriptlike "cat file_name|while read line" to do it, but it takes long time. for example, a 10Mbytes file will take more than 10 minutes.
Is there any better way to reduce the reading time?
Thanks in advance.
Is there any better way to reduce the reading time?
Thanks in advance.