On 2017-07-04 21:07, Bengt Gördén wrote:
Den 2017-07-04 kl. 20:13, skrev Carlos E. R.:
On 2017-07-04 19:36, Bengt Gördén wrote:
Den 2017-07-04 kl. 19:18, skrev John Andersen:
On 07/03/2017 09:43 AM, Jos van Kan wrote:
So yes, Carl, same here, but I live with it. :) (And I have a mere 637 doc packages) Numbers of files aren't important. How many gigabytes does all of this take?
On my system with TW it's 7643772996B. 7.6GB How do we find out?
rpm -qa texlive-* | LANG="" xargs rpm -ql | grep -v "contains no files" | xargs du -b | awk '{print $1}' | paste -sd+ | bc
Ah! Thanks. Telcontar:~ # rpm -qa texlive-* | LANG="" xargs rpm -ql | grep -v "contains no files" | xargs du -b | awk '{print $1}' | paste -sd+ | bc 6859539964 Telcontar:~ # -- Cheers / Saludos, Carlos E. R. (from 42.2 x86_64 "Malachite" at Telcontar)