write a script in ruby to automate user account creation inLinux using a CSV file. Username is a combination of first initiallast initial of the first name and last name in the last namefollowed by the first initial last initial(Ex. Sam Smith =smithsm). If two or more employees had the same first and last nameappends a number to the end of the username. After accounts arecreated write the first and last names along with their username toa CSV file
CSV Example:
first_name last_name
Bob Key
Jeff Scolding
Peter Van't Blob
Sam Smith
Sam Smith