For-loop-read-line.sh
IFS=$'\n' # make newlines the only separator for j in $(cat ./file_wget_med) do echo "$j" done