The GNU Coreutils package comes with a command line program stat
which implements
advanced inspection of file and directory status. See Report file or file
system status.
Declare the intention to use the program stat
.
Execute the program stat
with PATHNAME as first argument and the optional arguments
OPT inserted in the command line as options.
mbfl_file_enable_stat mbfl_file_stat /bin/ls --format='%F' ⇒ 0 -| regular mbfl_file_stat /bin --format='%F' ⇒ 0 -| directory
The function variant _var
stores the result in the variable _RV, rather than print it;
Result variables.
Print the size of the file in bytes.
The function variant _var
stores the result in the variable _RV, rather than print it;
Result variables.
Execute the program stat
using the given optional command line arguments.
This document describes version 3.0.0-devel.9 of Marcos Bash Functions Library.