odd lines by tabasa

IFS='
'
while read -r i;do
echo "$i"
read
done

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page