Linux
  • Linux
  • Bash
  • Debian
  • Ubuntu
  • Shell
  • CentOS
  • SSH
☰

如何讓 bash 在登入時 cd 到之前的會話目錄?

tag-icon 2024-9-8 • tag-icon bash bashrc cd
如何讓 bash 在登入時 cd 到之前的會話目錄?

我想在 ssh 登入時將目錄更改為我的上一個目錄。 (我是我的機器上的唯一用戶)。

答案1

這就是我所做的。

# in .bash_logout
pwd > ~/.last_dir

# in .bashrc
cd "$(cat ~/.last_dir)"
THE END
如何從PowerPoint中刪除這些煩人的文字? 如何從PowerPoint中刪除這些煩人的文字?
Arch Linux 上的 Mixxx 中未偵測到 Hercules Inpulse 200 MIDI DJ 控制器 Arch Linux 上的 Mixxx 中未偵測到 Hercules Inpulse 200 MIDI DJ 控制器

相關內容

熱門問答

熱門問答

  • bash
  • bashrc
  • cd
  • microsoft-powerpoint
  • microsoft-powerpoint-2016
  • linux
  • arch-linux
  • modprobe
  • dj

© 2024 rvso.com 版權所有. 網站地圖