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.
テキスト ファイルの最後の行の末尾にパーセント記号 % を追加するにはどうすればよいですか?
% を改行したくないので、最後の行の最後に置く必要があります。
ありがとう!
sed '${s/$/%/}' file