Front page | perl.perl6.users |
Postings from November 2019
qx and echo question
Thread Next
From:
ToddAndMargo via perl6-users
Date:
November 25, 2019 11:46
Subject:
qx and echo question
Message ID:
5dc2fecd-8997-7882-c5a4-4054edfee673@zoho.com
Hi All,
In Perl6 for Windows, how can I get "qx" (or other) to
send the output to the shell as its happens (not
afterwards)?
>ver
Microsoft Windows [Version 6.1.7601]
>perl6 -e "qx ( ver );"
<nothing>
(One of) my goal(s) is to watch "chkdsk" on the shell
as it runs through its various stages.
I might want the error code back.
Many thanks,
-T
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
A computer without Microsoft is like
a chocolate cake without the mustard
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Thread Next
-
qx and echo question
by ToddAndMargo via perl6-users