system_system(3f) - [M_system:SYSTEM_COMMAND] call execute_command_line (LICENSE:PD)
Synopsis
Description
Options
Return Value
Errors
Examples
function system_system(command)
character(len=*),intent(in) :: command
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.
Upon successful completion .TRUE. is returned. Otherwise, [char46]FALSE. is returned. If an error occurs an error message is written to stdout.
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) | February 23, 2025 |