How to delete slurm output and error files from within the slurm script?
I often have to submit a job many times over and over again. Each time I need to delete the previous run's output files as below. If I include that in my slurm script it will delete the current job's output/error files which I don't want.
[me]$ rm *.out *.err
[me]$ sbatch slurm.sh