Re: Specialized disk directory tools

2025-09-20 Thread Karl Vogel
>> On Fri 12 Sep 2025 at 07:20:39 (-0400), Richard Owlett wrote: > Is there a similar page demonstrating "plocate"? Thank you. You should already have the GNU version of "find" installed, but any system that's close to modern is probably fast enough to use a simple textfile and one or two

Re: Specialized disk directory tools

2025-09-20 Thread Richard Owlett
On 9/12/25 7:13 AM, Dan Purgert wrote: On Sep 12, 2025, Richard Owlett wrote: On 9/12/25 5:36 AM, Roger Price wrote: On Fri, 12 Sep 2025, Richard Owlett wrote: My current environment is Debian 12, MATE, Caja file manager. SeaMonkey 2.53.21 is my browser. While searching my disk for a one PDF

Re: Specialized disk directory tools

2025-09-20 Thread Roger Price
On Sat, 13 Sep 2025, Jörg-Volker Peetz wrote: > locate can handle regular expressions, for example: > > $ locate -r '^/home/richard/' rprice@maria ~ locate -r '^/mnt/home/rprice/' plocate: no pattern to search for specified What did I do wrong ? (Package: plocate Version: 1.1.18-1) Roger

Re: Specialized disk directory tools

2025-09-17 Thread Dan Purgert
On Sep 13, 2025, Richard Owlett wrote: > On 9/13/25 5:48 AM, Roger Price wrote: > > On Sat, 13 Sep 2025, Richard Owlett wrote: > > > > > but BUT *BUT* ;/ > > > locate NOT suitable for *MY* usage, database requires _refreshing_ > > > > The database is built and refreshed automatically every 24 ho

Re: Specialized disk directory tools

2025-09-16 Thread Dan Ritter
Lister wrote: > On 12/9/2025 19:38, Richard Owlett wrote: > > While searching my disk for a one PDF I discovered I had: > >  1. multiple copies of that file. > >  2. copies of similarly named files I was preparing to download. > > If you're looking for duplicate (content) files that may have di

Re: Specialized disk directory tools

2025-09-16 Thread Richard Owlett
On 9/16/25 3:48 AM, Lister wrote: On 12/9/2025 19:38, Richard Owlett wrote: While searching my disk for a one PDF I discovered I had:   1. multiple copies of that file.   2. copies of similarly named files I was preparing to download. If you're looking for duplicate (content) files that may ha

Re: Specialized disk directory tools

2025-09-16 Thread Lister
On 12/9/2025 19:38, Richard Owlett wrote: While searching my disk for a one PDF I discovered I had:  1. multiple copies of that file.  2. copies of similarly named files I was preparing to download. If you're looking for duplicate (content) files that may have different filenames, you need f

Re: Specialized disk directory tools

2025-09-15 Thread Greg
On 2025-09-13, Richard Owlett wrote: >> >> locate can handle regular expressions, for example: >> >> $ locate -r '^/home/richard/' >> >> lists all sub-directories and files in  /home/richard/ > > but BUT *BUT* ;/ > locate NOT suitable for *MY* usage, database requires _refreshing_ But it's re

Re: Specialized disk directory tools

2025-09-15 Thread duh
On 9/13/25 6:04 AM, to...@tuxteam.de wrote: On Sat, Sep 13, 2025 at 02:48:28AM -0500, Richard Owlett wrote: Apparently "find" only crawls the current directory and sub-directories. No. It crawls each directory you pass it in its arglist: find . /usr/local /var/lib would look in the curr

Re: Specialized disk directory tools

2025-09-15 Thread Greg Wooledge
On Mon, Sep 15, 2025 at 11:22:04 -0400, duh wrote: > I can be a little slow so  the [ find ... -iname ".*" -o ... ] did not work > for me probably because I do not use 'find' enough to know what to do with > the trailing ... It's not trivial. It would help if you stated *exactly* what result you

Re: Specialized disk directory tools

2025-09-15 Thread mick.crane
On 2025-09-14 21:36, David Christensen wrote: On 9/14/25 05:31, mick.crane wrote: On 2025-09-12 22:43, David Christensen wrote: I use Xfce, which includes the Thunar file manager.  Searching the various menus and context menus, playing with the path edit box, etc., I am unable to determine ho

Re: Specialized disk directory tools

2025-09-14 Thread David Christensen
On 9/14/25 05:31, mick.crane wrote: On 2025-09-12 22:43, David Christensen wrote: I use Xfce, which includes the Thunar file manager.  Searching the various menus and context menus, playing with the path edit box, etc., I am unable to determine how to search for a file (?).  STFW I see questi

Re: Specialized disk directory tools

2025-09-14 Thread mick.crane
On 2025-09-12 22:43, David Christensen wrote: I use Xfce, which includes the Thunar file manager. Searching the various menus and context menus, playing with the path edit box, etc., I am unable to determine how to search for a file (?). STFW I see questions, complaints, and instructions for

Re: Specialized disk directory tools

2025-09-13 Thread rhkramer
On Saturday, September 13, 2025 09:40:21 AM rhkra...@gmail.com wrote: > On Saturday, September 13, 2025 05:41:26 AM Richard Owlett wrote: > > but BUT *BUT* ;/ > > locate NOT suitable for *MY* usage, database requires _refreshing_ > > Just chiming in from left field: (Someone might have mentioned

Re: Specialized disk directory tools

2025-09-13 Thread rhkramer
On Saturday, September 13, 2025 05:41:26 AM Richard Owlett wrote: > but BUT *BUT* ;/ > locate NOT suitable for *MY* usage, database requires _refreshing_ Just chiming in from left field: When I can, I prefer to use locate vs. find. The main reason is that *I think* it (that is, updatedb) hits

Re: Specialized disk directory tools

2025-09-13 Thread Richard Owlett
On 9/13/25 5:05 AM, debian-u...@howorth.org.uk wrote: Richard Owlett wrote: Apparently "find" only crawls the current directory and sub-directories. Makes it very nice for for my case. I'm only interested in files under /home/richard . It would be almost perfect if it would ignore hidden files

Re: Specialized disk directory tools

2025-09-13 Thread debian-user
Richard Owlett wrote: > Apparently "find" only crawls the current directory and > sub-directories. Makes it very nice for for my case. I'm only > interested in files under /home/richard . It would be almost perfect > if it would ignore hidden files and directories ;/ find searches from whichever

Re: Specialized disk directory tools

2025-09-13 Thread Richard Owlett
On 9/13/25 3:40 AM, Jörg-Volker Peetz wrote: Hi, Richard Owlett wrote on 12/09/2025 16:19: Using that database is suggesting that for *my particular case* "find" may be more appropriate as I'm only interested in files and directories under /home/ richard . It would be even better if hidden f

Re: Specialized disk directory tools

2025-09-13 Thread Richard Owlett
On 9/13/25 5:48 AM, Roger Price wrote: On Sat, 13 Sep 2025, Richard Owlett wrote: but BUT *BUT* ;/ locate NOT suitable for *MY* usage, database requires _refreshing_ The database is built and refreshed automatically every 24 hours. ^

Re: Specialized disk directory tools

2025-09-13 Thread Roger Price
On Sat, 13 Sep 2025, Richard Owlett wrote: > but BUT *BUT* ;/ > locate NOT suitable for *MY* usage, database requires _refreshing_ The database is built and refreshed automatically every 24 hours. What can't you do with locate ? Roger

Re: Specialized disk directory tools

2025-09-13 Thread Michel Verdier
On 2025-09-13, Roger Price wrote: > rprice@maria ~ locate -r '^/mnt/home/rprice/' > plocate: no pattern to search for specified > > What did I do wrong ? (Package: plocate Version: 1.1.18-1) Here on trixie version 1.1.23-1 it works well

Re: Specialized disk directory tools

2025-09-13 Thread tomas
On Sat, Sep 13, 2025 at 02:48:28AM -0500, Richard Owlett wrote: > Apparently "find" only crawls the current directory and sub-directories. No. It crawls each directory you pass it in its arglist: find . /usr/local /var/lib would look in the current dir (.), /usr/local and /var/lib > Makes it

Re: Specialized disk directory tools

2025-09-13 Thread Michel Verdier
On 2025-09-13, Richard Owlett wrote: > Apparently "find" only crawls the current directory and sub-directories. Makes > it very nice for for my case. I'm only interested in files under /home/richard > . It would be almost perfect if it would ignore hidden files and directories With plocate you ca

Re: Specialized disk directory tools

2025-09-13 Thread Jörg-Volker Peetz
Hi, Richard Owlett wrote on 12/09/2025 16:19: Using that database is suggesting that for *my particular case* "find" may be more appropriate as I'm only interested in files and directories under /home/ richard . It would be even better if hidden files and directories were ignored. locate can

Re: Specialized disk directory tools

2025-09-13 Thread Richard Owlett
On 9/12/25 4:43 PM, David Christensen wrote: On 9/12/25 02:38, Richard Owlett wrote: My current environment is Debian 12, MATE, Caja file manager. SeaMonkey 2.53.21 is my browser. While searching my disk for a one PDF I discovered I had:   1. multiple copies of that file.   2. copies of similar

Re: Specialized disk directory tools

2025-09-12 Thread David Christensen
On 9/12/25 02:38, Richard Owlett wrote: My current environment is Debian 12, MATE, Caja file manager. SeaMonkey 2.53.21 is my browser. While searching my disk for a one PDF I discovered I had:  1. multiple copies of that file.  2. copies of similarly named files I was preparing to download. C

Specialized disk directory tools

2025-09-12 Thread Richard Owlett
My current environment is Debian 12, MATE, Caja file manager. SeaMonkey 2.53.21 is my browser. While searching my disk for a one PDF I discovered I had: 1. multiple copies of that file. 2. copies of similarly named files I was preparing to download. Caja's search function does automatically di

Re: Specialized disk directory tools

2025-09-12 Thread Dan Purgert
On Sep 12, 2025, Richard Owlett wrote: > On 9/12/25 5:36 AM, Roger Price wrote: > > On Fri, 12 Sep 2025, Richard Owlett wrote: > > > > > My current environment is Debian 12, MATE, Caja file manager. > > > SeaMonkey 2.53.21 is my browser. > > > > > > While searching my disk for a one PDF I discove

Re: Specialized disk directory tools

2025-09-12 Thread Richard Owlett
On 9/12/25 5:36 AM, Roger Price wrote: On Fri, 12 Sep 2025, Richard Owlett wrote: My current environment is Debian 12, MATE, Caja file manager. SeaMonkey 2.53.21 is my browser. While searching my disk for a one PDF I discovered I had: 1. multiple copies of that file. 2. copies of similarly

Re: Specialized disk directory tools

2025-09-12 Thread Roger Price
On Fri, 12 Sep 2025, Richard Owlett wrote: > My current environment is Debian 12, MATE, Caja file manager. > SeaMonkey 2.53.21 is my browser. > > While searching my disk for a one PDF I discovered I had: > 1. multiple copies of that file. > 2. copies of similarly named files I was preparing to