]> git.ipfire.org Git - thirdparty/coreutils.git/commit
stat: use quoted file names with --terse
authorPádraig Brady <P@draigBrady.com>
Wed, 3 Jun 2026 15:28:34 +0000 (16:28 +0100)
committerPádraig Brady <P@draigBrady.com>
Thu, 4 Jun 2026 12:48:05 +0000 (13:48 +0100)
commit5d3f03b4fb6de49fe129a1ce4b03c382a9ee9450
tree3764c2aba9c96f9d490e2072731f145300412298
parent49f3b667199a97a50f06b3d44aead66952365f82
stat: use quoted file names with --terse

* src/stat.c: Use %Qn rather than a bare %n by default,
so output is maintained on a single line for parsing.
doc/coreutils.texi
src/stat.c
tests/stat/stat-fmt.sh