On 2020-02-26 18:41, Tom Browder wrote:
On Wed, Feb 26, 2020 at 19:47 ToddAndMargo via perl6-users <perl6-users@perl.org <mailto:perl6-users@perl.org>>
...

    Hmm, this don't [sic] work either:

    perl6 -e "my $proc=run( 'dir', 'test 1', :out ); my @RtnStrĀ  = $$proc.
    out.slurp-rest.lines; for @RtnStr -> $Line { say $Line;}"


Todd, sloppy copy/paste or error with double dollar signs. What resulted?

-Tom

Nothing even error out.  No return

This is the exact command I am trying to run:

C:\NtUtil>fsutil usn readdata "C:/NtUtil/test 1"

Major Version    : 0x2
Minor Version    : 0x0
FileRef#         : 0x0019000000021a81
Parent FileRef#  : 0x001e000000005b8b
Usn              : 0x00000000460f7dd8
Time Stamp       : 0x0000000000000000 00:00:00 1/1/1601
Reason           : 0x0
Source Info      : 0x0
Security Id      : 0x0
File Attributes  : 0x20
File Name Length : 0xc
File Name Offset : 0x3c
FileName         : test 1

Reply via email to