From: Martin V. <mar...@so...> - 2023-06-28 10:06:46
|
After extensive surfing at REDUCE home page, "googling" and trying the C:\Program Files\Reduce\bin\redpsl.bat with strings like -? --help -help -h I still struggle to figure out, where to get a list of command line arguments that I can give to REDUCE from a bat/Bash/whatever_shell The documentation seems to be all about interactive use of REDUCE, but I want to do start_reduce ./my_reducefile.txt some_program_written_by_me < calculation_results_by_my_reducefile_txt_code.txt and all of that NON-interactively. A lot like ruby my_program.rb python my_program.py bash this_is_a_bash.script reduce_or_some_wrapper_to_it ./my_reduce_code.txt Thank You. Yours sincerely, Mar...@so... |