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.
別の投稿から.bashrc、現在実行中のコマンドを端末のタイトルとして設定するために何を入力すればよいかはすでにわかっています。
.bashrc
trap 'echo -ne "\033]2;$(history 1 | sed "s/^[ ]*[0-9]*[ ]*//g")\007"' DEBUG
現在実行中のコマンドがない場合、タイトルが最後のコマンドの変更されたバージョンになるようにこれを調整したいと思います[find . -maxdepth 1 -type f]。
[find . -maxdepth 1 -type f]
これを達成する方法は?