Ada noob here (and also not so hot with the command line in general). I am looking for the Ada command line redirector that would be analogous to ">" in DOS.
I am running an Ada application in a command line shell. (William Whitaker's WORDS, if that is helpful). I use the "@" command to get the WORDS application to read the list of terms from a text file.
I want the output to be written to a file, not to just appear in the command shell. I did look at http://www.ada-auth.org/standards/12rm/html/RM-A-15.html but didn't see anything for redirect*.
Also helpful to know would be whether the ADA command line redirector creates the new file or whether I have to do that myself first.
Do I need to use the Ada PUT command? Ada.Text_IO? If so, can you point me to a resource for the grammar of how to use those commands? I've never used Ada before.
Any thoughts? Thanks for your help.