Prova.sh

#!/bin/bash

for protein in resultats_blast.txt ;

do

{

split -l 1 resultats_blast.txt ;

mv x* prueba;

}

done