diff options
author | mbornet-hl <mbornet.pro@wanadoo.fr> | 2015-05-04 16:40:27 +0200 |
---|---|---|
committer | mbornet-hl <mbornet.pro@wanadoo.fr> | 2015-05-04 16:40:27 +0200 |
commit | d1b0053de10927c9fe780ffdd8afda7101c6f2a7 (patch) | |
tree | 60f008268f7228c154dd184398ec59f0dee3435c | |
parent | 548de7ae19b2ff2bd669b6c9691b807fb4071ab1 (diff) | |
download | hl-d1b0053de10927c9fe780ffdd8afda7101c6f2a7.zip hl-d1b0053de10927c9fe780ffdd8afda7101c6f2a7.tar.gz hl-d1b0053de10927c9fe780ffdd8afda7101c6f2a7.tar.bz2 |
Colorize mount points
-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.*' |