tar: plotdir/*.dat: Cannot stat: No such file or directory
tar: Exiting with failure status due to previous errors
tar: plotdir/*.png: Cannot stat: No such file or directory
tar: Exiting with failure status due to previous errors
The code runs, but it is annoying to look at the output. Is it possible to check if files exist before removing them? And should plotdir even be created when plots_flag=0?
I have problems with removal of plotdir.
I'm getting the following error:
The code runs, but it is annoying to look at the output. Is it possible to check if files exist before removing them? And should
plotdir
even be created whenplots_flag=0
?