[UP]


Manual Reference Pages  - 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
Example
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

EXAMPLE

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


system_stat_print (3) March 11, 2021
Generated by manServer 1.08 from a522a2d4-822d-431a-9c6b-d4da78ac26ff using man macros.