This program uses the statx
system call to return file status (extended) in the body file format. The code was based on the example provided in the Linux kernel test-statx.c.
MD5|name|inode|mode_as_string|UID|GID|size|atime|mtime|ctime|crtime
make ARCH
./statx FILE
./statx /etc
0|/etc|269|drwxr-xr-x|0|0|3242|1696957845|1696940645|1696940645|1678364047
The statx project uses the Apache License Version 2.0 software license.