給未來的裕翔
強烈建議把以下alias列入你的~/.bashrc
alias df='df -h'
alias grep='grep -n --color=auto'
alias ll='ls -lh'
df的-h是把有關partition大小的單位以人類好懂的MB, GB表示
grep的-n是把找到關鍵字的那行額外標出行號
grep的--color=auto是把找到的關鍵字用特別顏色標出來
ls的-h是把有關檔案大小的單位以人類好懂的MB, GB表示
note 1: 不能alias ll='ll -h', 會失敗
note 2: 改完如果希望馬上生效不需要重開機...... 只需source ~/.bashrc即可
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment