We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 210e222 commit bb3ca9aCopy full SHA for bb3ca9a
size.awk
@@ -0,0 +1 @@
1
+BEGIN { FS = "k"; } / / { gsub(".*\\\[", "", $1); size += $1; } END { printf "%d\n", size; }
0 commit comments