Write a Bash script where the script first reads a file line by line, with each line representing a person's information formatted as "FirstName LastName, YYYY-MM-DD, City, Country". The script should then perform specific operations, such as extracting or processing the provided information.