我有一个看起来像这样的批处理作业
sbatch --wrap "perl test.pl file1 file2"
sbatch --wrap "perl test.pl file3 file4"
sbatch --wrap "perl test.pl file5 file6"
sbatch --wrap "perl test.pl file7 file8"
列表一直持续到
sbatch --wrap "perl test.pl file49 file50"
如何按顺序运行单个作业?谢谢,