FG
💻 Software

Which file systems support newlines in file names?

Fresh5 days ago
Mar 15, 20267466 views
Confidence Score0%
0%

Problem

For a programming challenge I need a filesystem which supports newline characters in filenames, so a file can be named something like: I can't find any. Can anyone help me?

Error Output

A
filename
with
newlines

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Which file systems support newlines in file names?

Low Risk

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 Then you will see a in the file name which is a newline.

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment