$ cat <(echo 2) <(cat <(cat <(echo 10) <(echo 4) | +) <(echo 7)| d) | x 4
# 2*((10+4)/7) $ echo 10 | add 4 | divide-by 7 | times 2 4