I need to test wc with --files0-from=F flag, but I don't know how to write a file that contains NUL-terminated file names? Whatever I try, it merges the file names together and outputs:
wc: '1.txt2.txt': No such file or directory
wc: '1.txt 2.txt': No such file or directory
wc: '1.txt\02.txt': No such file or directory
How do I write the NUL-terminator?