paste -d \\n <(printf "%s\n" 1 2) <(printf "%s\n" a b)
1
a
2
b

プロセス置換以外で行を交互にする方法ないですか