摘要:
(注转贴,地址详见末尾!)1. grep查找匹配文本【a】在文件中查找$grep 'failed to initialize BeanFactory' upp-account.log【b】查找并显示匹配行及以下的200行$grep -A 200 'failed to initialize Bean... 阅读全文
摘要:
Task: Add colors to the promptTo add colors to the shell prompt use the following export command syntax:'\e[x;ym $PS1 \e[m'Where,\e[ Start color sche... 阅读全文