Skip to content

stat: change in behavior from gnu-coreutils stat -c %N symlinks reported with double quotes instead of single #8789

@blackboxsw

Description

@blackboxsw

Non-critical change in behavior of the output of stat -c %N in rust-coreutils:
version: rust-coreutils 0.2.2-0ubuntu2 amd64

Expected gnu-coreutils (9.5-1ubuntu1) behavior:

~$ stat -c %N /lib
'/lib' -> 'usr/lib'

Current rust-coreutils behavior:

~$  stat -c %N /lib
"/lib" -> "usr/lib"

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions