From c19ddfe61bd6c2aa83f9e80509a72b547eedab09 Mon Sep 17 00:00:00 2001 From: Amand Tihon Date: Tue, 11 Sep 2012 10:27:10 +0200 Subject: [PATCH] Add 'hl' function --- S51_functions | 3 +++ 1 file changed, 3 insertions(+) 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 "|$*" +} -- 2.39.2