Get file size in bazaar.
Posted
by NawaMan
on Stack Overflow
See other posts from Stack Overflow
or by NawaMan
Published on 2010-06-17T13:11:44Z
Indexed on
2010/06/17
13:13 UTC
Read the original article
Hit count: 254
bazaar
Hi all. How can I get the size of a versioned file/files? This seems to be a very common operation but I can't find how (Am I missing something?). Well, I can get it indirectly by catting it and count the bytes but this is very slow.
Any help would be appropriated.
© Stack Overflow or respective owner