Jeff King <peff@xxxxxxxx> writes: > Is it? I thought the issue was specifically when there were spaces. I > get: > > $ bash > $ file=ok > $ echo foo >$file > $ file='not ok' > $ echo foo >$file > bash: $file: ambiguous redirect OK, so I misremembered. Then we are good. Thanks.