Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.os.linux.advocacy > #684437 > unrolled thread

Do I have the biggest tree on cola?

Started byDFS <guhnoo-basher@linux.advocaca>
First post2025-01-22 12:36 -0500
Last post2025-01-26 12:45 +0000
Articles 17 — 9 participants

Back to article view | Back to comp.os.linux.advocacy


Contents

  Do I have the biggest tree on cola? DFS <guhnoo-basher@linux.advocaca> - 2025-01-22 12:36 -0500
    Re: Do I have the biggest tree on cola? vallor <vallor@cultnix.org> - 2025-01-22 17:59 +0000
    Re: Do I have the biggest tree on cola? rbowman <bowman@montana.com> - 2025-01-22 18:42 +0000
    Re: Do I have the biggest tree on cola? vallor <vallor@cultnix.org> - 2025-01-22 19:59 +0000
      Re: Do I have the biggest tree on cola? vallor <vallor@cultnix.org> - 2025-01-22 20:21 +0000
      Re: Do I have the biggest tree on cola? DFS <guhnoo-basher@linux.advocaca> - 2025-01-22 16:17 -0500
        Re: Do I have the biggest tree on cola? vallor <vallor@cultnix.org> - 2025-01-23 01:24 +0000
          Re: Do I have the biggest tree on cola? CrudeSausage <crude@sausa.ge> - 2025-01-22 20:30 -0500
            Re: Do I have the biggest tree on cola? -hh <recscuba_google@huntzinger.com> - 2025-01-22 22:55 -0500
              Re: Do I have the biggest tree on cola? Farley Flud <fsquared@fsquared.linux> - 2025-01-23 11:12 +0000
                Re: Do I have the biggest tree on cola? Physfitfreak <physfitfreak@gmail.com> - 2025-01-23 15:04 -0600
                Re: Do I have the biggest tree on cola? RonB <ronb02NOSPAM@gmail.com> - 2025-01-23 21:10 +0000
              Re: Do I have the biggest tree on cola? vallor <vallor@cultnix.org> - 2025-01-24 13:04 +0000
          Re: Do I have the biggest tree on cola? DFS <guhnoo-basher@linux.advocaca> - 2025-01-23 09:47 -0500
            Re: Do I have the biggest tree on cola? vallor <vallor@cultnix.org> - 2025-01-24 12:06 +0000
              Re: Do I have the biggest tree on cola? CrudeSausage <crude@sausa.ge> - 2025-01-24 08:57 -0500
                Re: Do I have the biggest tree on cola? Farley Flud <ff@linux.rocks> - 2025-01-26 12:45 +0000

#684437 — Do I have the biggest tree on cola?

FromDFS <guhnoo-basher@linux.advocaca>
Date2025-01-22 12:36 -0500
SubjectDo I have the biggest tree on cola?
Message-ID<vmraak$148jk$1@dont-email.me>
A tree command against my D: drive (personal/data/working) shows 63989 
folders, indicating superior file organization.


[toc] | [next] | [standalone]


#684438

Fromvallor <vallor@cultnix.org>
Date2025-01-22 17:59 +0000
Message-ID<lvcq0hFed7nU1@mid.individual.net>
In reply to#684437
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.

Counting those in the main share on my NAS now...

-- 
-v System76 Thelio Mega v1.1 x86_64 NVIDIA RTX 3090 Ti
   OS: Linux 6.13.0 Release: Mint 21.3 Mem: 258G
   "Don't ask me. The cats are in charge around here."

[toc] | [prev] | [next] | [standalone]


#684442

Fromrbowman <bowman@montana.com>
Date2025-01-22 18:42 +0000
Message-ID<lvcsguFfp0mU2@mid.individual.net>
In reply to#684437
On Wed, 22 Jan 2025 12:36:24 -0500, DFS wrote:

> A tree command against my D: drive (personal/data/working) shows 63989
> folders, indicating superior file organization.

29223 directories, 240923 files

most of which I don't have a clue about. A lot of them came from building 
rtl443.  

[toc] | [prev] | [next] | [standalone]


#684446

Fromvallor <vallor@cultnix.org>
Date2025-01-22 19:59 +0000
Message-ID<lvd10aFed7nU4@mid.individual.net>
In reply to#684437
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

-- 
-v System76 Thelio Mega v1.1 x86_64 NVIDIA RTX 3090 Ti
   OS: Linux 6.13.0 Release: Mint 21.3 Mem: 258G
   "Cats have nine lives - but sleep through eight of them."

[toc] | [prev] | [next] | [standalone]


#684449

Fromvallor <vallor@cultnix.org>
Date2025-01-22 20:21 +0000
Message-ID<lvd29rFed7nU5@mid.individual.net>
In reply to#684446
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."

[toc] | [prev] | [next] | [standalone]


#684456

FromDFS <guhnoo-basher@linux.advocaca>
Date2025-01-22 16:17 -0500
Message-ID<vmrn8s$175ev$1@dont-email.me>
In reply to#684446
On 1/22/2025 2:59 PM, vallor wrote:
> 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


Ho Lee Fuk!  You sure do love your porn clips.


I have 1,365,294 files in 63,989 folders.

[toc] | [prev] | [next] | [standalone]


#684476

Fromvallor <vallor@cultnix.org>
Date2025-01-23 01:24 +0000
Message-ID<lvdk1hFed7nU7@mid.individual.net>
In reply to#684456
On Wed, 22 Jan 2025 16:17:16 -0500, DFS <guhnoo-basher@linux.advocaca>
wrote in <vmrn8s$175ev$1@dont-email.me>:

> On 1/22/2025 2:59 PM, vallor wrote:
>> 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
> 
> 
> Ho Lee Fuk!  You sure do love your porn clips.
> 
> 
> I have 1,365,294 files in 63,989 folders.

Why do you call them "folders"?  That's Mac speak.

-- 
-v System76 Thelio Mega v1.1 x86_64 NVIDIA RTX 3090 Ti
   OS: Linux 6.13.0 Release: Mint 21.3 Mem: 258G
   "Have cursor, will curse."

[toc] | [prev] | [next] | [standalone]


#684478

FromCrudeSausage <crude@sausa.ge>
Date2025-01-22 20:30 -0500
Message-ID<NYgkP.57676$q1_9.5324@fx03.iad>
In reply to#684476
On 1/22/25 8:24 PM, vallor wrote:
> On Wed, 22 Jan 2025 16:17:16 -0500, DFS <guhnoo-basher@linux.advocaca>
> wrote in <vmrn8s$175ev$1@dont-email.me>:
> 
>> On 1/22/2025 2:59 PM, vallor wrote:
>>> 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
>>
>>
>> Ho Lee Fuk!  You sure do love your porn clips.
>>
>>
>> I have 1,365,294 files in 63,989 folders.
> 
> Why do you call them "folders"?  That's Mac speak.

Yeah, I have to admit that I prefer the term directories.

-- 
CrudeSausage
Gab: @CrudeSausage
Telegram: @CrudeSausage
Unapologetic paleoconservative
KDE supporting member
ASUS Zephyrus GA401QM on Manjaro

[toc] | [prev] | [next] | [standalone]


#684487

From-hh <recscuba_google@huntzinger.com>
Date2025-01-22 22:55 -0500
Message-ID<vmsek2$15tt5$7@dont-email.me>
In reply to#684478
On 1/22/25 8:30 PM, CrudeSausage wrote:
> On 1/22/25 8:24 PM, vallor wrote:
>> On Wed, 22 Jan 2025 16:17:16 -0500, DFS <guhnoo-basher@linux.advocaca>
>> wrote in <vmrn8s$175ev$1@dont-email.me>:
>>
>>> On 1/22/2025 2:59 PM, vallor wrote:
>>>> 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
>>>
>>>
>>> Ho Lee Fuk!  You sure do love your porn clips.
>>>
>>>
>>> I have 1,365,294 files in 63,989 folders.
>>
>> Why do you call them "folders"?  That's Mac speak.
> 
> Yeah, I have to admit that I prefer the term directories.


People who aren't insecure are comfortable with either term /s



-hh

[toc] | [prev] | [next] | [standalone]


#684496

FromFarley Flud <fsquared@fsquared.linux>
Date2025-01-23 11:12 +0000
Message-ID<181d4df8dfe6d6f7$30312$2942$802601b3@news.usenetexpress.com>
In reply to#684487
On Wed, 22 Jan 2025 22:55:46 -0500, -hh wrote:

> 
> People who aren't insecure are comfortable with either term /s
> 

Utter BS.

The term "folder" is a stupid construction based on the desktop paradigm.
It is intended as an analogy to paper files and folders and furthermore
it doesn't quite fit.  A file cabinet contains folders which in actuality
are files, i.e. a folder does not contain files but rather it is a file.

Maybe Microslop should start using "cabinet" instead of "folder" -- and change
that stupid yellow icon as well.

The term "directory," however, is an accurate and much more professional description
of the digital reality.

People who use the term "folder" should be ... I won't say it.

Everything about Microslop Winblows is designed for stupified idiots.

OTOH, outside of the mainstream distros, everything in GNU/Linux is designed
for knowledgeable professionals.

The case is closed.



-- 
Hail Linux!  Hail FOSS!  Hail Stallman!

[toc] | [prev] | [next] | [standalone]


#684513

FromPhysfitfreak <physfitfreak@gmail.com>
Date2025-01-23 15:04 -0600
Message-ID<vmuasf$cinu$1@solani.org>
In reply to#684496
On 1/23/25 5:12 AM, Farley Flud wrote:
> People who use the term "folder" should be ... I won't say it.


I will say it. Executed.

[toc] | [prev] | [next] | [standalone]


#684514

FromRonB <ronb02NOSPAM@gmail.com>
Date2025-01-23 21:10 +0000
Message-ID<vmub8c$1qf2q$1@dont-email.me>
In reply to#684496
On 2025-01-23, Farley Flud <fsquared@fsquared.linux> wrote:
> On Wed, 22 Jan 2025 22:55:46 -0500, -hh wrote:
>
>> 
>> People who aren't insecure are comfortable with either term /s
>> 
>
> Utter BS.
>
> The term "folder" is a stupid construction based on the desktop paradigm.
> It is intended as an analogy to paper files and folders and furthermore
> it doesn't quite fit.  A file cabinet contains folders which in actuality
> are files, i.e. a folder does not contain files but rather it is a file.

Who gives a flying fig? This is the kind of crap small minds get their 
panties in a bunch over. Grow up. Get over yourself.

And, incredibly, I find myself in agreement with -highhorse here. 

-- 
“Evil is not able to create anything new, it can only distort and destroy 
what has been invented or made by the forces of good.”  —J.R.R. Tolkien

[toc] | [prev] | [next] | [standalone]


#684538

Fromvallor <vallor@cultnix.org>
Date2025-01-24 13:04 +0000
Message-ID<lvhhe7Ft3stU2@mid.individual.net>
In reply to#684487
On Wed, 22 Jan 2025 22:55:46 -0500, -hh <recscuba_google@huntzinger.com>
wrote in <vmsek2$15tt5$7@dont-email.me>:

> On 1/22/25 8:30 PM, CrudeSausage wrote:
>> On 1/22/25 8:24 PM, vallor wrote:
>>> On Wed, 22 Jan 2025 16:17:16 -0500, DFS <guhnoo-basher@linux.advocaca>
>>> wrote in <vmrn8s$175ev$1@dont-email.me>:
>>>
>>>> On 1/22/2025 2:59 PM, vallor wrote:
>>>>> 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
>>>>
>>>>
>>>> Ho Lee Fuk!  You sure do love your porn clips.
>>>>
>>>>
>>>> I have 1,365,294 files in 63,989 folders.
>>>
>>> Why do you call them "folders"?  That's Mac speak.
>> 
>> Yeah, I have to admit that I prefer the term directories.
> 
> 
> People who aren't insecure are comfortable with either term /s

lol -- looks like ol' Feeb didn't understand "/s".

(I guess I should have added one myself.)

-- 
-v System76 Thelio Mega v1.1 x86_64 NVIDIA RTX 3090 Ti
   OS: Linux 6.13.0 Release: Mint 21.3 Mem: 258G
   "Did you expect mere proof to sway my opinion?"

[toc] | [prev] | [next] | [standalone]


#684504

FromDFS <guhnoo-basher@linux.advocaca>
Date2025-01-23 09:47 -0500
Message-ID<vmtkqq$1lsjt$3@dont-email.me>
In reply to#684476
On 1/22/2025 8:24 PM, vallor wrote:
> On Wed, 22 Jan 2025 16:17:16 -0500, DFS <guhnoo-basher@linux.advocaca>
> wrote in <vmrn8s$175ev$1@dont-email.me>:
> 
>> On 1/22/2025 2:59 PM, vallor wrote:
>>> 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
>>
>>
>> Ho Lee Fuk!  You sure do love your porn clips.
>>
>>
>> I have 1,365,294 files in 63,989 folders.
> 
> Why do you call them "folders"?  That's Mac speak.


Very Feebish of you.

Ever since the astounding OS takeover by Win95, this type of "folder vs 
directory" insecurity is VERY common in Unix/Linux dweebs.

But...

*  'folder' in computing isn't a Unix or Apple or MS creation.  It dates
     back to the mid 1950s (according to wikipedia).

*  the word and connotation of 'folder' is a much better metaphor
    than 'directory' for a structure that contains documents and/or
    other folders/directories.

*  the file open icon on virtually all Linux apps is a picture of a
    folder.

*  https://www.redhat.com/en/blog/navigating-filesystem-linux-terminal

    uses them interchangeably, as they should

*  between the two of us, only your household owns or uses Macs


pwned.  Now git back in your folder.


[toc] | [prev] | [next] | [standalone]


#684534

Fromvallor <vallor@cultnix.org>
Date2025-01-24 12:06 +0000
Message-ID<lvhe19Ft3stU1@mid.individual.net>
In reply to#684504
On Thu, 23 Jan 2025 09:47:56 -0500, DFS <guhnoo-basher@linux.advocaca>
wrote in <vmtkqq$1lsjt$3@dont-email.me>:

> On 1/22/2025 8:24 PM, vallor wrote:
>> On Wed, 22 Jan 2025 16:17:16 -0500, DFS <guhnoo-basher@linux.advocaca>
>> wrote in <vmrn8s$175ev$1@dont-email.me>:
>> 
>>> On 1/22/2025 2:59 PM, vallor wrote:
>>>> 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
>>>
>>>
>>> Ho Lee Fuk!  You sure do love your porn clips.
>>>
>>>
>>> I have 1,365,294 files in 63,989 folders.
>> 
>> Why do you call them "folders"?  That's Mac speak.
> 
> 
> Very Feebish of you.
> 
> Ever since the astounding OS takeover by Win95, this type of "folder vs
> directory" insecurity is VERY common in Unix/Linux dweebs.
> 
> But...
> 
> *  'folder' in computing isn't a Unix or Apple or MS creation.  It dates
>      back to the mid 1950s (according to wikipedia).
> 
> *  the word and connotation of 'folder' is a much better metaphor
>     than 'directory' for a structure that contains documents and/or
>     other folders/directories.
> 
> *  the file open icon on virtually all Linux apps is a picture of a
>     folder.
> 
> *  https://www.redhat.com/en/blog/navigating-filesystem-linux-terminal
> 
>     uses them interchangeably, as they should
> 
> *  between the two of us, only your household owns or uses Macs
> 
> 
> pwned.  Now git back in your folder.

Right.  And as everyone knows, the command in windows
to list a "folder" is "fold"[*].

Oh wait, it's "dir".  What does _that_ mean, hmmmmm?

Seriously though, I wasn't being very serious.

[*] BTW, there _is_ a fold(1) command in Unix, but it
does something completely different -- it word-wraps text.

-- 
-v System76 Thelio Mega v1.1 x86_64 NVIDIA RTX 3090 Ti
   OS: Linux 6.13.0 Release: Mint 21.3 Mem: 258G
   "If you can't debug it, deplug it."

[toc] | [prev] | [next] | [standalone]


#684540

FromCrudeSausage <crude@sausa.ge>
Date2025-01-24 08:57 -0500
Message-ID<E%MkP.1277353$Uup4.53345@fx10.iad>
In reply to#684534
On 1/24/25 7:06 AM, vallor wrote:
> On Thu, 23 Jan 2025 09:47:56 -0500, DFS <guhnoo-basher@linux.advocaca>
> wrote in <vmtkqq$1lsjt$3@dont-email.me>:
> 
>> On 1/22/2025 8:24 PM, vallor wrote:
>>> On Wed, 22 Jan 2025 16:17:16 -0500, DFS <guhnoo-basher@linux.advocaca>
>>> wrote in <vmrn8s$175ev$1@dont-email.me>:
>>>
>>>> On 1/22/2025 2:59 PM, vallor wrote:
>>>>> 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
>>>>
>>>>
>>>> Ho Lee Fuk!  You sure do love your porn clips.
>>>>
>>>>
>>>> I have 1,365,294 files in 63,989 folders.
>>>
>>> Why do you call them "folders"?  That's Mac speak.
>>
>>
>> Very Feebish of you.
>>
>> Ever since the astounding OS takeover by Win95, this type of "folder vs
>> directory" insecurity is VERY common in Unix/Linux dweebs.
>>
>> But...
>>
>> *  'folder' in computing isn't a Unix or Apple or MS creation.  It dates
>>       back to the mid 1950s (according to wikipedia).
>>
>> *  the word and connotation of 'folder' is a much better metaphor
>>      than 'directory' for a structure that contains documents and/or
>>      other folders/directories.
>>
>> *  the file open icon on virtually all Linux apps is a picture of a
>>      folder.
>>
>> *  https://www.redhat.com/en/blog/navigating-filesystem-linux-terminal
>>
>>      uses them interchangeably, as they should
>>
>> *  between the two of us, only your household owns or uses Macs
>>
>>
>> pwned.  Now git back in your folder.
> 
> Right.  And as everyone knows, the command in windows
> to list a "folder" is "fold"[*].
> 
> Oh wait, it's "dir".  What does _that_ mean, hmmmmm?
> 
> Seriously though, I wasn't being very serious.
> 
> [*] BTW, there _is_ a fold(1) command in Unix, but it
> does something completely different -- it word-wraps text.

People use folder for the same reason they say goodbye, because 
directory and God be with you have too many syllables.

-- 
CrudeSausage
Gab: @CrudeSausage
Telegram: @CrudeSausage
Unapologetic paleoconservative
KDE supporting member
ASUS Zephyrus GA401QM on Manjaro

[toc] | [prev] | [next] | [standalone]


#684611

FromFarley Flud <ff@linux.rocks>
Date2025-01-26 12:45 +0000
Message-ID<pan$83886$262867ad$673b5ac2$36e1511b@linux.rocks>
In reply to#684540
On Fri, 24 Jan 2025 08:57:56 -0500, CrudeSausage wrote:

> 
> People use folder for the same reason they say goodbye, because 
> directory and God be with you have too many syllables.
>

Not true.

Whenever I take leave of someone I will always say: "See you
later, alligator."

That expression has more syllables than there are brain cells
in your fucking head.

Ha, ha, ha, ha, ha, ha, ha, ha, ha, ha, ha, ha!




-- 
Systemd: solving all the problems that you never knew you had.

[toc] | [prev] | [standalone]


Back to top | Article view | comp.os.linux.advocacy


csiph-web