Skip to content

Commit bb3ca9a

Browse files
0-wiz-0Thomas Klausner
authored and
Thomas Klausner
committed
Awk script to compute size of all files chosen.
1 parent 210e222 commit bb3ca9a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

size.awk

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
BEGIN { FS = "k"; } / / { gsub(".*\\\[", "", $1); size += $1; } END { printf "%d\n", size; }

0 commit comments

Comments
 (0)