Nanoでファイルを自動保存しようとしましたが、成功しませんでした。これを行うためのオプションは何ですか?
答え1
~によるとナノハンドブックバージョン 6.2 の場合
-t, --saveonexit
Save a changed buffer without prompting (when exiting with ^X).
(The old form of the long option, --tempfile, is deprecated.)
set tempfile
に追加することもできます~/.nanorc
。
ただし、@Artemのコメントで述べたように、自動保存を使用してプロファイルを編集するときは注意してください。
https://askubuntu.com/questions/922613/how-to-exit-nano-and-save-to-current-file-automatically