【发布时间】:2018-10-26 23:14:41
【问题描述】:
我需要使用 --files0-from=F 标志测试 wc,但我不知道如何编写包含以 NUL 结尾的文件名的文件? 无论我尝试什么,它都会将文件名合并在一起并输出:
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
如何编写 NUL 终止符?
【问题讨论】: