[00:39] hrm... anyone know about bash ambiguous redirect? [00:39] I am using jq, extracting some values, piping to while read url fname ; do echo $url $fname.strm ; done [00:39] and that works, but as soon as I add a > between $url and $fname, it all fails with ambiguous redirect and I don't know why. [00:43] durp. fname has spaces. I want files with spaces. quote the $fname in double quotes. [01:36] I will say it did work in emacs