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.
ファイルを開かずに.TxtファイルBの最後に.TxtファイルAを置くにはどうすればよいですか?
cat A >> B
やるべきです。「開かない」とはどういう意味かわかりませんが、もちろん、これを行うには、オペレーティングシステムの意味でファイルを開く必要があります。
二重矢印は「追加」です。
「ファイルを開く」の意味がわかりませんが、
$ cat a.txt >> b.txt
トリックを行う必要があります。
些細なことじゃない?