Which file systems support newlines in file names?

Solution 1:

Most Unix file systems allow for this. But you will often run into trouble with various programs and scripts that won't know how to handle it. If you do

date > 'test-
ing'
ls -lbd test*

Then you will see a \n in the file name which is a newline.