Context
rtk discover --all shows stat as an unhandled command:
- 88 invocations in the last 30 days
- Typical usage: checking file permissions, ownership, timestamps
Request
Add an RTK rewrite/filter for stat output. The default output includes many fields (device, inode, links, access/modify/change times) that are rarely all needed.
Example commands
stat /home/ubuntu/services/oysi-static/docker-compose.yml
stat /etc/nginx/nginx.conf
stat -c '%a %U %G' /path/to/file
Found via rtk discover --all.