hi, i'm new at unix and am writing a program to classify data into data types (str, int, float); however, everytime i try to run it for debugging purposes, i get an error.
the error is:
./data_type.bash: line 72: syntax error: unexpected end of file
the program is:
#!/bin/bash
#
# data_type...