What this will do is place output log and errors into drive.log. The “&” at the end will run it in the background. If you would like the file to write somewhere else, just rename “drive.log” to whatever you want.
If you want to see progress, you can type “tail drive.log” and that will display the last 6 lines of the model run
If you want to see progress continuously, you can type “tail -f drive.log” and that will continuously display the model run steps until either the model is done or the user aborts the command (ctrl C).