|
From: | Dr . Jürgen Sauermann |
Subject: | Re: APL: GNU: How to output to a file? |
Date: | Mon, 29 Aug 2022 11:25:33 +0200 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 |
Hello,
1. apl.exe has a parameter to input a file.
2. E.g.
apl.exe -f youraplfilenamehere
E.g.
apl.exe -f helloworld.apl
3. But how to get the output of it?
4. There seems to be no command line parameter to set output to a file (run e.g. apl.exe --help to see and check that).
5. Also something like pipe '>' to a file gives no results.
E.g.
apl.exe -f helloworld.apl >youroutputfilename
Can you please advise?
Thankswith friendly greetingsKnud van Eeden
[Prev in Thread] | Current Thread | [Next in Thread] |