On Tue, 2024-09-10 at 14:40 -0400, Todd Zullinger wrote:
> The rules are much more convoluted than that, of course.
> Largely, that's by virtue of them being codified by what
> shells have actually done rather than being designed
> entirely up front before being implemented.
Yes, I've often though
Patrick O'Callaghan wrote:
> On Mon, 2024-09-09 at 22:32 -0400, Jon LaBadie wrote:
>> Double and single quotes seem equivalent here. But note that inside
>> single quotes the backslash is always literal, not special, while inside
>> double quotes it depends on the character following the backslash
On Mon, 2024-09-09 at 22:32 -0400, Jon LaBadie wrote:
> Double and single quotes seem equivalent here. But note that inside
> single quotes the backslash is always literal, not special, while inside
> double quotes it depends on the character following the backslash. If
> it is a dollar sign ($),
On 9/9/24 7:32 PM, Jon LaBadie wrote:
On Mon, Sep 09, 2024 at 01:34:55PM -0600, home user via users wrote:
On 9/9/24 11:35 AM, Samuel Sieb wrote:
On 9/9/24 9:55 AM, home user via users wrote:
On 9/8/24 8:36 PM, ToddAndMargo via users wrote:
On 9/8/24 18:51, home user via users wrote:
Are yo
On Mon, Sep 09, 2024 at 01:34:55PM -0600, home user via users wrote:
On 9/9/24 11:35 AM, Samuel Sieb wrote:
On 9/9/24 9:55 AM, home user via users wrote:
On 9/8/24 8:36 PM, ToddAndMargo via users wrote:
On 9/8/24 18:51, home user via users wrote:
Are you looking for "9.4.4" or "9.4.5"?
Aw
On Mon, 2024-09-09 at 13:24 -0700, Samuel Sieb wrote:
> On 9/9/24 1:01 PM, Bill Oliver wrote:
> >
> > The escape works only if you include everything in quotes, in my
> > experience, e.g.
>
> Yes, which is why I put single quotes in my answer, although I see
> that
> double quotes work too. The
> On 9 Sep 2024, at 21:02, Bill Oliver wrote:
>
> The escape works only if you include everything in quotes, in my
> experience, e.g.
Outside of quotes double up the \ like this 1\\.2\\.3
Barry
--
___
users mailing list -- users@lists.fedoraproject
On 9/9/24 1:01 PM, Bill Oliver wrote:
The escape works only if you include everything in quotes, in my
experience, e.g.
Yes, which is why I put single quotes in my answer, although I see that
double quotes work too. The original question was already using quotes
anyway.
On Sun, 2024-09-0
The escape works only if you include everything in quotes, in my
experience, e.g.
cat jnk:
9.1.2
9n4n4
9.4.4
9.3.3
grep 9\.4\.4 jnk:
9n4n4
9.4.4
grep "9.4.4" jnk:
9n4n4
9.4.4
grep "9\.4\.4" jnk:
9.4.4
billo
On Sun, 2024-09-08 at 18:13 -0700, Samuel Sieb wrote:
> On 9/8/24 6:10 PM,
On 9/9/24 11:35 AM, Samuel Sieb wrote:
On 9/9/24 9:55 AM, home user via users wrote:
On 9/8/24 8:36 PM, ToddAndMargo via users wrote:
On 9/8/24 18:51, home user via users wrote:
Are you looking for "9.4.4" or "9.4.5"?
Aw poop! yes 9.4.4
Still can't get it to work though
Now I don't under
On 9/9/24 9:55 AM, home user via users wrote:
On 9/8/24 8:36 PM, ToddAndMargo via users wrote:
On 9/8/24 18:51, home user via users wrote:
Are you looking for "9.4.4" or "9.4.5"?
Aw poop! yes 9.4.4
Still can't get it to work though
Now I don't understand!
In "grep" with no command line o
ToddAndMargo via users wrote:
> Hi All,
>
> I am literally looking for "9.4.5" with grep. Grep thinks
> I want the dots to be wild cards. What am I doing wrong?
>
> $ curl -L "https://sourceforge.net/projects/crystaldiskinfo/files/"; -o - |
> grep -i '9.4.5'
To take another tangent, the curl `
On 9/8/24 8:36 PM, ToddAndMargo via users wrote:
On 9/8/24 18:51, home user via users wrote:
Are you looking for "9.4.4" or "9.4.5"?
Aw poop! yes 9.4.4
Still can't get it to work though
Now I don't understand!
In "grep" with no command line options (or at least no "-F" option) and no
esc
> On 9 Sep 2024, at 02:10, ToddAndMargo via users
> wrote:
>
> I am literally looking for "9.4.5" with grep. Grep thinks
> I want the dots to be wild cards. What am I doing wrong?
grep is means g/re/p - global regex search and print, a command in "ed" I think.
So its always a regex that yo
On 9/8/24 23:04, Samuel Sieb wrote:
And as you found, the problem was that you had the wrong number.
Stinking typos.
:'(
--
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
On 9/8/24 6:42 PM, ToddAndMargo via users wrote:
On 9/8/24 18:28, Go Canes wrote:
On Sun, Sep 8, 2024 at 9:10 PM ToddAndMargo via users
wrote:
I am literally looking for "9.4.5" with grep. Grep thinks
I want the dots to be wild cards. What am I doing wrong?
$ curl -L "https://sourceforge.ne
On 9/8/24 19:03, Jonathan Billings wrote:
On Sep 8, 2024, at 21:11, ToddAndMargo via users
wrote:
Hi All,
I am literally looking for "9.4.5" with grep. Grep thinks
I want the dots to be wild cards. What am I doing wrong?
$ curl -L "https://sourceforge.net/projects/crystaldiskinfo/files/";
On 9/8/24 18:51, home user via users wrote:
Are you looking for "9.4.4" or "9.4.5"?
Aw poop! yes 9.4.4
Still can't get it to work though
--
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fe
On Sun, Sep 8, 2024 at 9:43 PM ToddAndMargo via users
mailto:users@lists.fedoraproject.org>>
wrote:
On 9/8/24 18:28, Go Canes wrote:
> On Sun, Sep 8, 2024 at 9:10 PM ToddAndMargo via users
> mailto:users@lists.fedoraproject.org>> wrote:
>> I am literally looking for "9.4.5"
> On Sep 8, 2024, at 21:11, ToddAndMargo via users
> wrote:
>
> Hi All,
>
> I am literally looking for "9.4.5" with grep. Grep thinks
> I want the dots to be wild cards. What am I doing wrong?
>
> $ curl -L "https://sourceforge.net/projects/crystaldiskinfo/files/"; -o - |
> grep -i '9.4.5'
On 9/8/24 7:42 PM, ToddAndMargo via users wrote:
On 9/8/24 18:28, Go Canes wrote:
On Sun, Sep 8, 2024 at 9:10 PM ToddAndMargo via users
Something is wrong. Tried all those before posting.
Verifying 9.4.4 exists:
$ curl -L "https://sourceforge.net/projects/crystaldiskinfo/files/"; -o - | gr
grep -e rather than grep -i
On Sun, Sep 8, 2024 at 9:43 PM ToddAndMargo via users <
users@lists.fedoraproject.org> wrote:
> On 9/8/24 18:28, Go Canes wrote:
> > On Sun, Sep 8, 2024 at 9:10 PM ToddAndMargo via users
> > wrote:
> >> I am literally looking for "9.4.5" with grep. Grep thinks
> >> I
On 9/8/24 18:28, Go Canes wrote:
On Sun, Sep 8, 2024 at 9:10 PM ToddAndMargo via users
wrote:
I am literally looking for "9.4.5" with grep. Grep thinks
I want the dots to be wild cards. What am I doing wrong?
$ curl -L "https://sourceforge.net/projects/crystaldiskinfo/files/"; -o -
| grep -i
On Sun, Sep 8, 2024 at 9:10 PM ToddAndMargo via users
wrote:
> I am literally looking for "9.4.5" with grep. Grep thinks
> I want the dots to be wild cards. What am I doing wrong?
>
> $ curl -L "https://sourceforge.net/projects/crystaldiskinfo/files/"; -o -
> | grep -i '9.4.5'
Option 1 - '-i' m
On 9/8/24 6:10 PM, ToddAndMargo via users wrote:
Hi All,
I am literally looking for "9.4.5" with grep. Grep thinks
I want the dots to be wild cards. What am I doing wrong?
$ curl -L "https://sourceforge.net/projects/crystaldiskinfo/files/"; -o -
| grep -i '9.4.5'
"." matches any single cha
25 matches
Mail list logo