Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 484 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 484 Bytes

statx

statx reports file status using the Linux statx(2) syscall.

The output format of statx is implemented as close as possible to the output of stat(1) from GNU coreutils.

Installation

$ go install github.com/tklauser/statx@latest

Usage

Usage of ./statx:
  -A	disable automount
  -L	follow symlinks
  -b	basic stat(2) compatible stats only