Update f2bt

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