Hello,

I would like to create a new dictionary list with a existing list.

After downloading Kali, I found articles about the tool Crunch.
Unfortunately I cannot find any good related tutorials for my project. I hope someone could help me out here.
In my existing list there are only words with low case characters.

What I would like to do is create from every word in my dictionary list the following rules:
1. A lowcase word followed by digits from 1 to 9999.
2. A word with 1 uppercase followed by digits from 1 to 9999.

Example:

bird1
bird2
bird3
till ....> bird9999
Bird1
Bird2
Bird3
till ....> Bird9999