scripts - scripts - some useful shell scripts

git clone git://git.bcharge.de/scripts.git

About | Log | Files | Refs

commit 3d6ee30d58ce27f772d3c50c21c1c1c5cc8c4768
parent 5381e9d57a31860e2eeb4638c7f2fca7edff7561
Author: Bakar Chargeishvili <bakar@bcharge.de>
Date:   Wed,  4 Dec 2024 11:21:48 +0100

Fix the format in notmuch-address

Diffstat:
Mnotmuch-address | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/notmuch-address b/notmuch-address @@ -12,4 +12,4 @@ printf("%s ", $i); printf("\n") } -' | sort -u -k 1,1 | uniq -c | sort -nr | cut -c9- | awk 'BEGIN{print}{print $0}' +' | sort -u -k 1,1 | uniq -c | sort -nr | cut -c6- | awk 'BEGIN{print}{print $0}'