stat
Linux · System · available in the simulator
What it does
Displays detailed file status: size, permissions, inode, and timestamps.
Syntax
stat [opciones] archivo...
Options and parameters
-cUses the specified format instead of the default.
stat -c '%s %n' archivo.txt-fDisplays file system status instead of file status.
-LFollows links.
Usage examples
stat -c '%s %n' archivo.txt