petname -a --count N
should produce names with different starting letters
#60
Labels
petname -a --count N
should produce names with different starting letters
#60
Command:
petname --count 1000 -a | cut -c 1 | sort | uniq | wc -l
Produced result:
1
Expected result: anything but 1 pretty much every time
The text was updated successfully, but these errors were encountered: