From: Amand Tihon Date: Tue, 11 Sep 2012 08:27:10 +0000 (+0200) Subject: Add 'hl' function X-Git-Url: https://git.alrj.org/?p=zsh.d.git;a=commitdiff_plain;h=c19ddfe61bd6c2aa83f9e80509a72b547eedab09 Add 'hl' function --- diff --git a/S51_functions b/S51_functions index 3452fdc..8f3b209 100644 --- a/S51_functions +++ b/S51_functions @@ -4,3 +4,6 @@ du_by() { find . -iname $1 -print0 | du --files0-from=- -hc | tail -n 1 } +hl() { + egrep --color=always "|$*" +}