I'm reviewing the sudoku.html file that describes the command line options for the program, but I'm having trouble making sense of them (possibly because of some terminology I'm not familiar with). I've been playing with it, but not getting the desired result.
I tried one of the commands verbatim from the sudoku.html file:
sudoku -gb299 -f '%#ec' -o 299.sudz
But got the following error:
sudoku: sudz SUDZ_WRITE open failure
I also tried to form my own command, as follows, but instead of getting 100 puzzles of the same pattern as the puzzle in the template file, I got only the pattern form in As (representing givens) and 0s (representing unsolved cells). Here is the command line I used (I also tried varying the order of options, input file, and export file, to no avail):
sudoku <template.txt -gm -n100 -u -o output.txt
What am I doing wrong? Is there additional documentation for the program that is located somewhere other than gsf's Google drive?