I have a drive which is formatted EXT4 with GUID partition table. I was wondering if the commas and dots are accepted in directory and file names. I have several ebooks and I would like to store them named like so:
John Doe, Dr. - Title of Book (Year).epub
Rachel Smith, Phd. - Title of Book (Year).epub
Andrew Thomas - Title of Book, The (Year).epub
I won't access them via command-line, only GUI file managers, so escaping the whitespace is not something I worry about.
John_Doe,_Dr._-_Title_of_Book_(Year).epub
. – terdon Apr 29 '22 at 15:15