How can I run a command line utility in Linux from a Delphi 10.2/10.3 application and capture the output for further processing?
I need the capturing to go line by line to watch the progress as I am going to use a GUI application with FMXLinux. This approach for OSX works perfectly
Delphi: Capture OSX console output
Thanks!