diff options
-rwxr-xr-x | example_scripts/hl_df | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/example_scripts/hl_df b/example_scripts/hl_df index 7ce69a8..a517f69 100755 --- a/example_scripts/hl_df +++ b/example_scripts/hl_df @@ -3,8 +3,8 @@ # Colorize the output of the df command # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # -# @(#) [MB] cr_hl_df Version 1.1 du 15/04/07 - +# @(#) [MB] cr_hl_df Version 1.2 du 15/04/29 - # #df -P | hl -e -r '\<(100|9[5-9])%' -y '\<(8[0-9]|9[0-4])%' -g '\<[0-9]+%' -b '^Filesystem.*' -hl -e -r '\<(100|9[5-9])%' -y '\<(8[0-9]|9[0-4])%' -g '\<[0-9]+%' -b '^Filesystem.*' +hl -e -r '\<(100|9[5-9])%.*' -y '\<(8[0-9]|9[0-4])%.*' -c '\<[0-4][0-9]?%.*' -g '\<[0-9]+%.*' -b '^Filesystem.*' |