echo $PS1 # 列出PS1 目前的環境變數$ export PS1='`date` \W\$ ' # 透過export 來 設定PS1 這個變數# 多按幾下enter $ export PS1='\u@\h:\w\$ ' $ export ...
www.google.com.tw