NUL 文件名批处理实验
通过空格、换行和引号文件名,直观比较换行分隔与 `find -print0 | xargs -0` 的差别。
设置文件名
选择夹具
plain.txt
space name.txt
line↵break.txt(真换行)
quote'file.txt
上游分隔符
find -print0(NUL)
find -print(换行)
下游使用 xargs -0
解析记录
重置
传输证据