Sujet : Re: Do I have the biggest tree on cola?
De : vallor (at) *nospam* cultnix.org (vallor)
Groupes : comp.os.linux.advocacyDate : 22. Jan 2025, 21:21:15
Autres entêtes
Message-ID : <lvd29rFed7nU5@mid.individual.net>
References : 1 2
User-Agent : Pan/0.161 (Hmm2; c45f6052; Linux-6.13.0)
On 22 Jan 2025 19:59:07 GMT, vallor <
vallor@cultnix.org> wrote in
<
lvd10aFed7nU4@mid.individual.net>:
On Wed, 22 Jan 2025 12:36:24 -0500, DFS <guhnoo-basher@linux.advocaca>
wrote in <vmraak$148jk$1@dont-email.me>:
A tree command against my D: drive (personal/data/working) shows 63989
folders, indicating superior file organization.
62776730 files in 6832622 directories
That file count actually includes directories (it's from running
wc(1) on find -ls output.
Here's a better answer:
_[/dev/shm/wk]_(
xxx@lm)🐧_
$ awk '$3 ~ /^d/' ds-findls.out | wc -l
6652594
_[/dev/shm/wk]_(
xxx@lm)🐧_
$ awk '$3 !~ /^d/' ds-findls.out | wc -l
56124136
Also, I have a separate music share that houses
my bandcamp, etc. purchases, as well as mixes for
vehicular USB sticks:
root@DT:/volume1/music# awk '$3 ~ /^d/' findls.out | wc -l
11361
root@DT:/volume1/music# awk '$3 !~ /^d/' findls.out | wc -l
34663
-- -v System76 Thelio Mega v1.1 x86_64 NVIDIA RTX 3090 Ti OS: Linux 6.13.0 Release: Mint 21.3 Mem: 258G "My other computer is a HAL 9000."