Thanks for your help. Actually I was trying to use following loop to split my SRA files. However, I think the problem relates to my file extensions as they don't have .sra. How can I add that to the end of all my files?
for i in /media/yousef/C0B0499AB04997B4/transcriptom_files/* ; do ./fastq-dump --split-3 --outdir /media/yousef/C0B0499AB04997B4/split/$i; done