whenever I try
irb(main):008:0> `while read FILENAME; do echo "Hi";done < <(cat /tmp/a)`
I get the following error:
sh: 1: Syntax error: redirection unexpected
Is there anyway to bypass this issue, but still use back ticks for the shell exec from ruby?