Re: [dev] show line number *and* column number in a search

2022-06-20 Thread mb
"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

Re: [dev] show line number *and* column number in a search

2022-06-20 Thread Nikolay Korotkiy
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.

Re: [dev] show line number *and* column number in a search

2022-06-20 Thread 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 columns 8-22 and line 21 col

Re: [dev] show line number *and* column number in a search

2022-06-20 Thread Κράκ Άουτ
Στις 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

Re: [dev] I made a bluetooth-control-thing

2022-06-20 Thread Stefan Mark
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