C Library Functions - system_stat_print (3)
NAME
system_stat_print(3f) - [M_system] print the principal info obtained
for a pathname from system_stat(3f)
(LICENSE:PD)
CONTENTS
Synopsis
Description
Options
Examples
Author
License
SYNOPSIS
subroutine system_stat_print(filename)
character(len=*),intent(in) :: filename
integer,intent(in),optional :: lun
DESCRIPTION
Call the system_stat(3f) routine and print the results
OPTIONS
|
filename |
| |
pathname to print information for
|
|
lun |
unit number to write to. Optional
|
|
EXAMPLES
Sample program
program demo_system_stat_print
use M_system, only : system_stat_print
implicit none
call system_stat_print(/tmp)
call system_stat_print(/etc/hosts)
end program demo_system_stat_print
Sample Result
41777 drwxrwxrwx --S 1 JSU None 0 2018-10-19T21:10:39 /tmp
|
|
100750 -rwxr-x--- --- 1 |
| |
SYSTEM SYSTEM 824 2018-08-17T01:21:55 /etc/hosts
|
|
AUTHOR
John S. Urban
LICENSE
Public Domain
| Nemo Release 3.1 | system_stat_print (3) | June 29, 2025 |
Generated by manServer 1.08 from 2f86b330-1c28-45b1-81d4-34465d97936b using man macros.