Add 'Birth' to 'stat -x' output. Current Linux stat(1)
also includes that. Reviewed by: cem MFC after: 2 weeks Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D20130
This commit is contained in:
parent
7a42decccd
commit
f35f34b153
@ -112,7 +112,8 @@ __FBSDID("$FreeBSD$");
|
||||
"Device: %Hd,%Ld Inode: %i Links: %l%n" \
|
||||
"Access: %Sa%n" \
|
||||
"Modify: %Sm%n" \
|
||||
"Change: %Sc"
|
||||
"Change: %Sc%n" \
|
||||
" Birth: %SB"
|
||||
|
||||
#define TIME_FORMAT "%b %e %T %Y"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user