Linux學習——定義命令行函數(cd .. -> ..)

  在使用shell的時候,天天要面對各類命令行,好比ls , cd .. 等shell 抱着簡單,可依賴的思想。有些能夠簡化的操做能夠要經過在 ~/.bashrc 中進行添加:bash 1. cd .. -> ..post alias ..="cd .." 2. cd  -> cd lsui function cd() { builtin cd ${1:-$HOME} && ls; }
相關文章
相關標籤/搜索