Fedora's plans for 2017.07

2017-08-05 Thread ToddAndMargo
Hi All, Just a heads up. I asked Fedora for 2017.07 and this was their response: -T https://bugzilla.redhat.com/show_bug.cgi?id=1478608 Gerd Pokorra changed: What|Removed |Added

Re: another one liner

2017-08-05 Thread ToddAndMargo
On 08/05/2017 12:34 AM, Elizabeth Mattijsen wrote: On 5 Aug 2017, at 09:21, ToddAndMargo wrote: On 08/04/2017 08:43 PM, Bruce Gray wrote: P6-ish version: ifconfig | perl6 -e 'say lines.map({ ~$0 if /^(\S+) ": flags="/ }).sort[1]' Would some kind person please tell

Re: another one liner

2017-08-05 Thread Elizabeth Mattijsen
> On 5 Aug 2017, at 09:21, ToddAndMargo wrote: > > On 08/04/2017 08:43 PM, Bruce Gray wrote: >> P6-ish version: >> ifconfig | perl6 -e 'say lines.map({ ~$0 if /^(\S+) ": flags="/ }).sort[1]' > > Would some kind person please tell me what is going on here? say the result

Re: another one liner

2017-08-05 Thread Elizabeth Mattijsen
> On 5 Aug 2017, at 08:50, Sean McAfee wrote: > > On Fri, Aug 4, 2017 at 10:18 PM, ToddAndMargo wrote: > On 08/04/2017 08:43 PM, Bruce Gray wrote: > > P6-ish version: > ifconfig | perl6 -e 'say lines.map({ ~$0 if /^(\S+) ": flags="/ }).sort[1]' > > >

Re: another one liner

2017-08-05 Thread Brandon Allbery
On Sat, Aug 5, 2017 at 2:50 AM, Sean McAfee wrote: > On Fri, Aug 4, 2017 at 10:18 PM, ToddAndMargo > wrote: > >> On 08/04/2017 08:43 PM, Bruce Gray wrote: >> >>> >>> P6-ish version: >>> ifconfig | perl6 -e 'say lines.map({ ~$0 if /^(\S+) ": flags="/ >>>

Re: Thank you guys!

2017-08-05 Thread İsmail Arılık
Waaoowww, this list is very active. Maybe we need a forum app like Discourse... (I am not related with Discourse, just love it.) Especially, when we think about Google Groups got ban in some countries like mine(Turkey), it will be very good. Thanks and regards. 5 Ağu 2017 Cmt 04:02 tarihinde

Re: another one liner

2017-08-05 Thread Sean McAfee
On Fri, Aug 4, 2017 at 10:18 PM, ToddAndMargo wrote: > On 08/04/2017 08:43 PM, Bruce Gray wrote: > >> >> P6-ish version: >> ifconfig | perl6 -e 'say lines.map({ ~$0 if /^(\S+) ": flags="/ >> }).sort[1]' >> > > Wait a second. How does map skip input elements like that? >