UNIX not redirecting SQR errors to log file

62 Views Asked by At

My code is not writing my error to program_error.log and I am unsure why. I intentionally have an on-select error and it is not getting displayed in program_error.log

#Include <strings.h>
sqr program.sqr -printer:hp $password >> program.log 2> program_errors.log
0

There are 0 best solutions below