"Greg Reagle" wrote:
> ls | awk '/er.*/ {match($0, /er.*/); print $0; print
> NR":"RSTART"-"RSTART+RLENGTH}'
> debfoster-a-notes.txt
> 3:8-22
> vdirsyncer
> 21:9-11
>
> So there is a match on line 3 columns 8-22 and line 21 columns 9-11. Exactly
> what I want. I am curious though, is there a
m...@datameer.com kirjoitti 20.6.2022 klo 10.00:
"Greg Reagle" wrote:
ls | awk '/er.*/ {match($0, /er.*/); print $0; print
NR":"RSTART"-"RSTART+RLENGTH}'
debfoster-a-notes.txt
3:8-22
vdirsyncer
21:9-11
So there is a match on line 3 columns 8-22 and line 21 columns 9-11. Exactly what I
want.
On Mon, Jun 20, 2022, at 3:00 AM, m...@datameer.com wrote:
> "Greg Reagle" wrote:
>> ls | awk '/er.*/ {match($0, /er.*/); print $0; print
>> NR":"RSTART"-"RSTART+RLENGTH}'
>> debfoster-a-notes.txt
>> 3:8-22
>> vdirsyncer
>> 21:9-11
>>
>> So there is a match on line 3 columns 8-22 and line 21 col
Στις 20 Ιουν 2022 16:02, ο/η Greg Reagle έγραψε:
On Mon, Jun 20, 2022, at 3:00 AM, m...@datameer.com wrote:
"Greg Reagle" wrote:
ls | awk '/er.*/ {match($0, /er.*/); print $0; print
NR":"RSTART"-"RSTART+RLENGTH}'
debfoster-a-notes.txt
3:8-22
vdirsyncer
21:9-11
So there is a match on line 3 c
On Thu, 16 Jun 2022 19:39:14 +0100
Ethan Marshall wrote:
> On 16/06/22 04:33pm, David Demelier wrote:
> >
> > Hi,
> >
> > There is something wrong with the makefile because each time I type
> > make it keeps rebuilding everything.
>
> From having built it myself, I can confirm that change dete