I tend to remember that there were cases (also reported here on Biostars) when cat *.fasta somehow caused an infinity loop because the output file would be constantly appended to itself (as it also ends on .fasta). To avoid this, consider to use:
find . -maxdepth 1 -name \*.fasta | xargs cat > output.fasta
How do i delete all the fasta files with my info
Please ask a new question and give us as much information as you can. Do not add an answer unless you're answering the top-level post. I'm moving your "answer" to a comment and deleting the other duplicate "answer".
In this it would be "please give any information"...
nadiawerksfoon imagine you were in the situation of a user reading this and willing to help, could you reproduce at all what the problem is? At least I cannot. Probably others cannot as well. Add details!