The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]

Интерактивная система просмотра системных руководств (man-ов)

 ТемаНаборКатегория 
 
 [Cписок руководств | Печать]

sh (3)
  • sh (1) ( Solaris man: Команды и прикладные программы пользовательского уровня )
  • sh (1) ( FreeBSD man: Команды и прикладные программы пользовательского уровня )
  • sh (1) ( Linux man: Команды и прикладные программы пользовательского уровня )
  • sh (1) ( POSIX man: Команды и прикладные программы пользовательского уровня )
  • >> sh (3) ( Solaris man: Библиотечные вызовы )
  • 
    NAME
         sh - fast execution of an sh shell command
    
    SYNOPSIS
         integer function sh (string)
         character*(*) string
    
    DESCRIPTION
         The function sh gives string to the sh shell as input, as if
         the string had been typed as a command.
    
         The shell is always the Bourne shell, sh(1).
    
         The current process waits until the command terminates.  The
         returned value is the exit status of the shell.  See wait(2)
         for an explanation of this value.
    
         For output files, the buffer is flushed to the actual file.
    
         For input files, the position of the pointer  is  unpredict-
         able.
    
         The sh function is not MT-safe.  Do not call it from FORTRAN
         MP programs.
    
    FILES
         libF77.a
    
    SEE ALSO
         execve(2), wait(2), system(3)
    
    BUGS
         string cannot be longer than 1024 characters.
    
    
    
    


    Поиск по тексту MAN-ов: 




    Партнёры:
    PostgresPro
    Inferno Solutions
    Hosting by Hoster.ru
    Хостинг:

    Закладки на сайте
    Проследить за страницей
    Created 1996-2024 by Maxim Chirkov
    Добавить, Поддержать, Вебмастеру