If I have a DNA sequence and I knew that there is a mutation at base number 1150 for example, how can I find it directly instead of counting from the beginning !
I assume that you are talking about finding non-synonymous substitutions in a multi-fasta file, right? Well, you can use SNPeff (http://snpeff.sourceforge.net/) using your variant Call file against a reference genome of your choice.