I want to remove test.extra from all of my file names in current directory
for filename in *.fasta;do
echo $filename | sed e 's/test.extra//g'
done
but it complains about not founding file.echo is to be sure it list correctly.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…