C Library Functions  - system_system (3)

NAME

system_system(3f) - [M_system:SYSTEM_COMMAND] call execute_command_line (LICENSE:PD)

CONTENTS

Synopsis
Description
Options
Return Value
Errors
Examples

SYNOPSIS

function system_system(command)

character(len=*),intent(in) :: command

DESCRIPTION

If a function that calls execute_command_line(3f). That is, system_system(3f) executes a string as a system command after trimming the string.

OPTIONS

RETURN VALUE

Upon successful completion .TRUE. is returned. Otherwise, [char46]FALSE. is returned. If an error occurs an error message is written to stdout.

ERRORS

EXAMPLES

Sample program

       program demo_system_system
       use M_system, only : system_system
       implicit none
       end program demo_system_system


Nemo Release 3.1 system_system (3) July 22, 2023
Generated by manServer 1.08 from ec16c23c-88c7-4cbf-a0cc-39b826ac9b3f using man macros.