system_stat_print(3f) - [M_system] print the principal info obtained for a pathname from system_stat(3f) (LICENSE:PD)
Synopsis
Description
Options
Examples
Author
License
subroutine system_stat_print(filename)
character(len=*),intent(in) :: filename integer,intent(in),optional :: lun
Call the system_stat(3f) routine and print the results
filename pathname to print information for lun unit number to write to. Optional
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_printSample 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
John S. Urban
Public Domain
Nemo Release 3.1 | system_stat_print (3m_system) | March 07, 2025 |