On 3/26/25 7:40 PM, Sam Varshavchik wrote:
home user via users writes:
I am indeed wanting the searches to skip the binary files (such as ".png" and
".mkv" files).
I am indeed wanting the searches to take case into account.
Now, try adding more not-letters-and-digits to the search string. It
On 3/26/25 2:49 PM, Go Canes wrote:
On Wed, Mar 26, 2025 at 5:19 PM Jerry James wrote:
On Wed, Mar 26, 2025 at 3:01 PM home user via users
wrote:
I'm trying to search a directory sub-tree for a specific string. I use this:
find . -type f -print | xargs grep -l [string] /dev/null
[...]
Ho
*From:* Tim via users
*Sent:* Wednesday, 26 March 2025 at 12:38 UTC+11
*To:* Community support for Fedora users
*Cc:* Tim
*Subject:* RE: Evolution Functionality
On Wed, 2025-03-26 at 09:19 +1100, Stephen Morris wrote:
If a mail header specifies a sensitivity level, when the mail is read
*From:* Tim via users
*Sent:* Wednesday, 26 March 2025 at 12:57 UTC+11
*To:* Community support for Fedora users
*Cc:* Tim
*Subject:* RE: Evolution Functionality
On Wed, 2025-03-26 at 09:08 +1100, Stephen Morris wrote:
Thunderbird running locally on my machine will auto configure the
mail
On Wed, Mar 26, 2025 at 5:52 PM Samuel Sieb wrote:
>
> On 3/26/25 2:49 PM, Go Canes wrote:
> > On Wed, Mar 26, 2025 at 5:19 PM Jerry James wrote:
> >>
> >> On Wed, Mar 26, 2025 at 3:01 PM home user via users
> >> wrote:
> >>> I'm trying to search a directory sub-tree for a specific string. I us
On 3/26/25 3:52 PM, Samuel Sieb wrote:
On 3/26/25 2:49 PM, Go Canes wrote:
On Wed, Mar 26, 2025 at 5:19 PM Jerry James wrote:
On Wed, Mar 26, 2025 at 3:01 PM home user via users
wrote:
I'm trying to search a directory sub-tree for a specific string. I use this:
find . -type f -print | xar
On Wed, Mar 26, 2025 at 5:48 PM home user via users
wrote:
> The sub-tree I'm searching is loaded with huge binary files along with some
> ".txt" files. The searches take several minutes each. How do I restrict the
> search to ".txt" files? ...
Same as my previous reply, adding .txt to the w
home user via users writes:
I am indeed wanting the searches to skip the binary files (such as ".png"
and ".mkv" files).
I am indeed wanting the searches to take case into account.
Now, try adding more not-letters-and-digits to the search string. It won't
be long before things stop working
On Wed, Mar 26, 2025 at 5:19 PM Jerry James wrote:
>
> On Wed, Mar 26, 2025 at 3:01 PM home user via users
> wrote:
> > I'm trying to search a directory sub-tree for a specific string. I use
> > this:
> >
> > find . -type f -print | xargs grep -l [string] /dev/null
[...]
> > How do I get this t
On 3/26/25 2:47 PM, home user via users wrote:
Part 2
The sub-tree I'm searching is loaded with huge binary files along with
some ".txt" files. The searches take several minutes each. How do I
restrict the search to ".txt" files? ...
-I
--
___
us
On 3/26/25 3:17 PM, Jerry James wrote:
On Wed, Mar 26, 2025 at 3:01 PM home user via users
wrote:
Good afternoon,
I'm trying to search a directory sub-tree for a specific string. I use this:
find . -type f -print | xargs grep -l [string] /dev/null
(but without the brackets). This often wor
On 3/26/25 5:43 PM, Samuel Sieb wrote:
On 3/26/25 4:35 PM, home user via users wrote:
[snip]
The results are correct. But notice that the case sensitive search took over 7
1/4 MINUTES; the case INsensitive search took less than 1/20 second. That's a
nearly 4 orders of magnitude difference!
Good afternoon,
I'm trying to search a directory sub-tree for a specific string. I use this:
find . -type f -print | xargs grep -l [string] /dev/null
(but without the brackets). This often works. But it sometimes fails when the search
string contains "printable" characters other than letter
On 3/26/25 4:35 PM, home user via users wrote:
Good evening,
Well, I though it was solved. But something is still awry
-
bash.3[ShiPin]: time grope -ob9LHPEaKY
Western/.Organ/organ_dir.txt
real 0m0.043s
user 0m0.010s
sys 0m0.016s
bash.4[ShiPin]: time Grope -ob9LHPEaKY
Western/
On Thu, 2025-03-27 at 09:15 +1100, Stephen Morris wrote:
> With sensitive mails in Outlook, if you forward the mail Outlook
> retains the mail headers in the forwarded mail and honours the
> headers.
I'd expect that. Forward generally means pass it along as-it-is
(that's if you pass it along as a
On Wed, 2025-03-26 at 15:47 -0600, home user via users wrote:
> A co-worker back in the late 1980's gave that "find" line. I'm curious: did
> "grep" have the -r option back then?
Maybe my memory is faulty but I don't remember grep ever not having the
'-r' option and I've been using it since the
On Thu, 2025-03-27 at 09:08 +1100, Stephen Morris wrote:
> I'm trying to find a mail package that supports sensitivity headers,
> that will leave the mail on the remote server in a form that
> thunderbird can still download so that I don't lose them (I might be
> able to flag them as unread in gmai
Good evening,
Well, I though it was solved. But something is still awry
-
bash.3[ShiPin]: time grope -ob9LHPEaKY
Western/.Organ/organ_dir.txt
real0m0.043s
user0m0.010s
sys 0m0.016s
bash.4[ShiPin]: time Grope -ob9LHPEaKY
Western/.Organ/organ_dir.txt
real7m15.297s
user
On 3/26/25 4:14 PM, Patrick O'Callaghan wrote:
On Wed, 2025-03-26 at 15:47 -0600, home user via users wrote:
A co-worker back in the late 1980's gave that "find" line. I'm curious: did
"grep" have the -r option back then?
Maybe my memory is faulty but I don't remember grep ever not having th
On Wed, Mar 26, 2025 at 3:01 PM home user via users
wrote:
> Good afternoon,
>
> I'm trying to search a directory sub-tree for a specific string. I use this:
>
> find . -type f -print | xargs grep -l [string] /dev/null
>
> (but without the brackets). This often works. But it sometimes fails whe
On Wed, 2025-03-26 at 12:01 +1030, Tim via users wrote:
> On Wed, 2025-03-26 at 09:24 +1100, Stephen Morris wrote:
> > Thunderbird is similar in that for mails I receive from this list the
> > "Reply All" button is replaced by "Reply List", and if by mistake I
> > press "Reply" it expectedly breaks
Sent using the mobile mail app
On 3/20/25 at 4:41 AM, Patrick Dupre via users wrote:
> Thank Marco for your concerns.
>
> With the new LTE dongle not working properly, but when it works
>
> traceroute -I 2a01:170:118f:1::1
> traceroute to 2a01:170:118f:1::1 (2a01:170:118f:1::1), 30 hops max,
On 3/23/25 7:36 AM, Felix Miata wrote:
Simplest: remove Grub from B, or disable Grub on B. Only one Grub per PC is
needed. After each new kernel is installed to B, update Grub on A with os-prober
enabled and with GRUB_DISABLE_SUBMENU="y" in /etc/default/grub. Even that
frequent
Grub maintenanc
Robert McBroom composed on 2025-03-27 00:02 (UTC-0400):
> Felix Miata wrote:
>> Simplest: remove Grub from B, or disable Grub on B. Only one Grub per PC is
>> needed. After each new kernel is installed to B, update Grub on A with
>> os-prober
>> enabled and with GRUB_DISABLE_SUBMENU="y" in /etc
24 matches
Mail list logo