Hi im new to all this but need help. i have a program that runs in the terminal of redhat 9 "./signalp -t gram+ etc" and this produces an output file called output.txt i need a script that will run the command line automatically after the last one finishes and renames the output file to one of my choosing ie
program run
rename output.txt to 1.txt
run program
rename output.txt to 2.txt
etc
etc
can this be possible?