summaryrefslogtreecommitdiff
path: root/one-off
diff options
context:
space:
mode:
Diffstat (limited to 'one-off')
-rwxr-xr-xone-off/find-expert-in-tree2
1 files changed, 1 insertions, 1 deletions
diff --git a/one-off/find-expert-in-tree b/one-off/find-expert-in-tree
index 3ee9a5f..5c5631b 100755
--- a/one-off/find-expert-in-tree
+++ b/one-off/find-expert-in-tree
@@ -93,7 +93,7 @@ xargs -rt -P$(nproc) -n10 clang-query "${args[@]}"
rm "$tmp"
cat <<'EOF'
# Use this for analysis:
-awk '/"[r]oot" binds here/{i=3} !/clang-query/&&i>0{print;i--}' scan.log | less -R
+awk '/"[r]oot" binds here/{i=3} !/clang-query/&&i>0{printf("%s\033[m\n", $0);i--}' scan.log | less -r
EOF
# vim: set sw=4 ts=4 et: