Chargen is a program created entirely by mahen of Mauritius. The simple task of Chargen is to generate characters, but the most important aspect of this particular program is it's abillity to process user input. Due to the way the program was programmed, any input that the user will make will be processed efficiently by the program.
The main task of Chargen is to generate a specified number of a particular type of character in a particular target. To make this more clear, let's look at the usage of Chargen:
Chargen -Help To show this Text
-File To Select the output File
-Stdout To print the Characters on the screen itself
-Exec To execute a program with the specified number of Generated Characters
If you enter -help as command line argument for Chargen, the usage of Chargen will be displayed.
If you enter -file, all the generated characters will be redirected at the output file of the user.
If -stdout was entered, all the generated characters will be displayed on screen.
If -exec was used