これを見たことはないと思いますがexit
、ターミナルで実行するたびに非常に奇妙な出力が得られます。
これは次のようになります。
logout
Saving session...
...copying shared history...
...saving history...truncating history files...
...completed.
[Process completed]
削除する~/.bash_sessions
と、この出力が表示されます。
logout
Saving session...-bash: ~/.bash_sessions/EBDD3E18-8D29-42DA-B32C-DD4491951FC0.session: No such file or directory
touch: ~/.bash_sessions/EBDD3E18-8D29-42DA-B32C-DD4491951FC0.historynew: No such file or directory
-bash: history: ~/.bash_sessions/EBDD3E18-8D29-42DA-B32C-DD4491951FC0.historynew: cannot create: No such file or directory
...copying shared history...cp: ~/.bash_sessions/EBDD3E18-8D29-42DA-B32C-DD4491951FC0.history: No such file or directory
...saving history...cat: ~/.bash_sessions/EBDD3E18-8D29-42DA-B32C-DD4491951FC0.historynew: No such file or directory
-bash: ~/.bash_sessions/EBDD3E18-8D29-42DA-B32C-DD4491951FC0.history: No such file or directory
-bash: ~/.bash_sessions/EBDD3E18-8D29-42DA-B32C-DD4491951FC0.historynew: No such file or directory
truncating history files...
...completed.
shlock: open(~/.bash_sessions/shlock6026): No such file or directory
[Process completed]
もう1つは、.bash_sessions
フォルダーが削除された場合にフォルダーを再作成することです。
これはある種のウイルスなのか、それともあまり注意を払っていないのか、それともAppleがEl Capitanに追加したものなのか(OS X 10.11 Build 15A262Eを実行している)、他に何ができるのか?
また、実行するとlogin <myusername>
、exit
この奇妙な出力が得られません。ターミナルを閉じるときだけのようです。
注:代わりに置き換え/Users/myusername
まし~/
た。また、.bash_profileを削除して、そうではないことを確認しました。