Re: folder size

2022-10-23 Thread ToddAndMargo via perl6-users
On 10/22/22 21:30, ToddAndMargo via perl6-users wrote: Hi All, Does Raku have a folder size command (including sub folders) or is that a system call? Many thanks, -T My final code: sub RunCmd( Str $CommandStr, Bool $EchoOff = False ) { my Str $BatFile = $PathIAm ~ ".bat"; my Str

Re: Aw: Rakudo for W7?

2022-10-23 Thread ToddAndMargo via perl6-users
On 10/23/22 15:14, Ralph Mellor wrote: On Sun, Oct 23, 2022 at 1:18 AM ToddAndMargo via perl6-users wrote: Which goes back to my question. What is the last one they published that supports Windows 7? I would say there isn't one, where "supports" is a present tense meaning. Your question

Re: Aw: Rakudo for W7?

2022-10-23 Thread ToddAndMargo via perl6-users
On Sat, Oct 22, 2022 at 8:18 PM, ToddAndMargo via perl6-users mailto:perl6-users@perl.org>> wrote: > Gesendet: Freitag, 21. Oktober 2022 um 05:37 Uhr > Von: "ToddAndMargo via perl6-users" mailto:perl6-users@perl.org>> > An: "perl6-users" mailto:perl6-users@perl.org>> >

Re: Aw: Rakudo for W7?

2022-10-23 Thread Ralph Mellor
On Sun, Oct 23, 2022 at 1:18 AM ToddAndMargo via perl6-users wrote: > > Which goes back to my question. What is the last one they published that > supports Windows 7? I would say there isn't one, where "supports" is a present tense meaning. Your question is analogous to asking what is the

Re: Aw: Rakudo for W7?

2022-10-23 Thread ToddAndMargo via perl6-users
On Sun, Oct 23, 2022 at 9:32 AM yary > wrote: I interpreted the previous email as, here is the last date that we know Windows 7 was supported. And here is an archive that goes way back in time. find the listing in the archive that is close to that date

Re: Aw: Rakudo for W7?

2022-10-23 Thread Clifton Wood
I would try these (in this order): 2020.05 - https://rakudo.org/dl/star/rakudo-star-2020.05.1-01-win-x86_64-(JIT).msi.asc 2020.01 - https://rakudo.org/dl/star/rakudo-star-2020.01-01-win-x86_64-(JIT).msi 2019.03 - https://rakudo.org/dl/star/rakudo-star-2019.03-01-win-x86_64-(JIT).msi I would

Re: Aw: Rakudo for W7?

2022-10-23 Thread yary
I interpreted the previous email as, here is the last date that we know Windows 7 was supported. And here is an archive that goes way back in time. find the listing in the archive that is close to that date where Windows 7 support ended. That seems like a fair method. On Sat, Oct 22, 2022 at 8:18

Re: How do I print the last three lines in a file?

2022-10-23 Thread ToddAndMargo via perl6-users
On 10/22/22 23:26, ToddAndMargo via perl6-users wrote: On 10/22/22 22:33, Bruce Gray wrote: dir . /s /A:-D /d /a  | raku -e "say lines[*-2].words[2]" It is pretty !  I like it.  Thank you! I just verified it works on Windows 7, 10, and 11 You have to be careful to double check. Sometimes

Re: How do I print the last three lines in a file?

2022-10-23 Thread ToddAndMargo via perl6-users
On 10/22/22 22:33, Bruce Gray wrote: dir . /s /A:-D /d /a | raku -e "say lines[*-2].words[2]" It is pretty ! I like it. Thank you!

Re: folder size

2022-10-23 Thread ToddAndMargo via perl6-users
On 10/22/22 22:46, Bruce Gray wrote: On Oct 22, 2022, at 11:30 PM, ToddAndMargo via perl6-users wrote: Hi All, Does Raku have a folder size command (including sub folders) or is that a system call? There are system calls to get sizes of individual files (Raku IO objects provide the