>>29545489yep, doing it from the same folder.
this one works well
$ while read id; do echo "$id"; done < ids.txt
viichan6
shxtou
vo_ine
but if i do
$ while read id; do echo "$id/stream"; done < ids.txt
/stream6
/stream
/stream
it replaces every line in the ids.txt with the string /stream... /streams replaces the 6 too