Job Control for Diamond Reports

May 16, 2023

// Job control statement for Blazor Azure executable program

// Set the working directory to the location of the executable program cd /path/to/executable/program

// Create a file to store the sysin input touch sysin.txt // Write the sysin input to the file echo “This is the sysin input” > sysin.txt

// Run the executable program with the sysin input and syslist output ./executable.exe < sysin.txt > syslist.txt

// Check the contents of the syslist output file cat syslist.txt

Advertisement

Leave a Reply

Please log in using one of these methods to post your comment:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: