shell ファイルに内容を書き込む# 末尾に追記# echo "hello world" >> file_path 上書き# echo "hello world" > file_path 先頭に追記# sed -i "hello world" file_path Related Notes# References# sedコマンドでファイルの先頭行に文字列を挿入する - Qiita Tags# #cli