Update f2bt

This commit is contained in:
2026-07-23 01:19:36 +00:00
parent 7769f6ca3f
commit 861c7d5368
+1 -1
View File
@@ -35,6 +35,6 @@ END {
} }
' "$log" | column -t -R 2 ' "$log" | column -t -R 2
echo "---------------------------" echo "---------------------------"
tot=$(wc -l < "$log" | tr -d ' ') tot=$(sudo wc -l < "$log" | tr -d ' ')
printf "TOTAL: %s LINES\n" "$tot" printf "TOTAL: %s LINES\n" "$tot"
echo "===========================" echo "==========================="