Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
コマンドの結果と次のようなヒア文字列を結合しようとしています。
cat <(echo first) <<< second
私はこの出力を得ています:
first
それ以外の
first second
なんで?