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.
iTerm2 で tmux を使用しています。
Ctrl-L を使用した画面のクリアは、bash を使用している場合は機能しますが、サーバー ログを追跡している場合は機能しません。これを修正するにはどうすればよいですか?
Ctrl-L はreadlineコマンドにバインドされています。ただし、ログを追跡するコマンドを実行している間、bashはキーボード入力を受け取りません。Ctrl-Z でテールを一時停止し、Ctrl-L で画面をクリアし、 でテールを再開できfgます。
readline
bash
fg
tmuxこれは;とは無関係です。tmuxコマンドのようなものはないと思いclear-paneます。代わりに、それを処理するシェルに依存しています。
tmux
clear-pane