原创 期末Linux課程設計(1)—.bash_profile部分

# .bash_profile   # Get the aliases and functions   //取得別名和函數 if [ -f ~/.bashrc ]; then     . ~/.bashrc fi   # User spec