摘要:
Learn fromstackexchangeHighlight the three last updated files in ls outputgrep --color -E --"$(ls -rtl | tail -n3)|$"<(ls -l)orls -l|grep --color -E "$(ls -rtl | tail -n3)|$"It uses grep with highlight on inputls -land uses a regular expression to search for either of the inpu 阅读全文
posted @ 2012-10-10 14:02
Zaiping
阅读(176)
评论(0)
推荐(0)
浙公网安备 33010602011771号