I have a text file and I need to count the number of characters per line and then print the minimum, maximum value and range. Example (txt file):
lzaNDDRipfohkALungYAipuOhbWIpkmsSqvXkjRYNxCADTUKzS
aQLi
DwhhJfvUd
The output should be:
- Min: 4 characters
- Max: 50 characters
- Range: 46 characters
and NULL if the file is empty.