I use the below command to delete file in TCL. But it errors out, when the file does not exist.
Am I correct to say the "nocomplain" will prevent it from erroring out? If not, what options, can I use to stop it from error out when file does not exist?
eval file delete [glob nocomplain a.txt b.txt]