List only *.csv files

'\n' is the newline character.

Serial.print("Hello\n");

is the same as

Serial.println("Hello");