I have a perl script which takes a fasta file as input. So from command line to run this I have to execute this: "perl scripl.pl some_seq.fasta some_directory". But, I have to do this for hundreds of fasta file. Is there any way using bash script to automate this process?