README #9

  • //
  • guest/
  • mbirky/
  • testfile_maker/
  • README
  • Commits
# Change User Description Committed
#9 15212 mbirky Moving the README file to have the .md extension.
#8 11689 mbirky Adding in the ability to specify the size measured in k, m, or g.
 @mwittenberg
#7 11479 mbirky Adding in the option for writing each character on a new line @mittenberg
#6 11100 mbirky Adding the help option with help functions for when bad arguments are passed in.
 @mwittenberg
#5 10990 mbirky Changing how the options are parsed.
 This method suggested by @mwittenberg offers a few advantages such as being able to pass -xyz for options instead of having to separate them out into -x -y -z.
#4 10956 mbirky Adding the option of setting the extension of the files.
 @mwittenberg
#3 10810 mbirky Fixing the instructions for running the application.
#2 10809 mbirky Added the -n flag for naming the file.
 Edited the Makefile so that it no longer does a remove on test* files.  And edited the README to document the new naming feature.
#1 10731 mbirky Initial commit for testfile maker.
 Includes two options -c and -s.  The -c option allows for the number of files created to be set. The -s option allows for the size of the file in bytes to be set.