printf "%s" $a | printf "%s" $b | printf "%s" This is akin to passing output from one command to another, the second command takes input from first commands ...
確定! 回上一頁