[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) July 05, 2020
Generated by manServer 1.08 from aa92fd98-cb10-42e5-97b4-4491d1fdfe4d using man macros.