I am trying to run a for loop for file and I want to display whole line.
But instead its displaying last word only. I want the complete line.
for j in `cat ./file_wget_med`
do
echo $j
done
result after run:
Found.
Here is my data:
$ cat file_wget_med
2013-09-11 14:27:03 ERROR 404: Not Found.