Difference between revisions of "RUN"

From Lianjapedia
Jump to: navigation, search
m (1 revision)
Line 1: Line 1:
 
==Purpose==
 
==Purpose==
 
Execute an operating system command or external program.
 
Execute an operating system command or external program.
 
  
 
==Syntax==
 
==Syntax==
RUN | ! | !! <os-command>
+
RUN | ! <os-command>
 
   
 
   
 
 
==See Also==
 
==See Also==
[[ALIAS]], [[DB_RUNLOG]], [[DB_RUNOPTS]], [[DB_RUNOPTS2]], [[FUNCTION]], [[KEYWORD]], [[LIST HISTORY]], [[PIPETOSTR()]], [[QUIT]], [[RUN()]], [[SET HISTORY]], [[SET RUNCLEAR]], [[SET RUNWAIT]], [[SPAWN]]
+
[[PIPETOSTR()]], [[QUIT]], [[RUN()]], [[SHOWDOCUMENT()]], [[SPAWN]]
  
  
 
==Description==
 
==Description==
The RUN command and the ! command are synonymous.  They provide the facility for running operating system commands or external programs from within the system. The !! command operates in the same way, but any output is displayed at the current screen location rather than the top of the screen.
+
The RUN command and the ! command are synonymous.  They provide the facility for running operating system commands or external programs from within the system.
 
+
  
 
==Example==
 
==Example==
Line 22: Line 19:
 
</code>
 
</code>
  
 
==Products==
 
Recital Server, Recital
 
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Commands]]
 
[[Category:Commands]]
[[Category:Disk and File Utilities]]
 
 
[[Category:Disk and File Utilities Commands]]
 
[[Category:Disk and File Utilities Commands]]

Revision as of 12:26, 14 January 2013

Purpose

Execute an operating system command or external program.

Syntax

RUN | ! <os-command>

See Also

PIPETOSTR(), QUIT, RUN(), SHOWDOCUMENT(), SPAWN


Description

The RUN command and the ! command are synonymous. They provide the facility for running operating system commands or external programs from within the system.

Example

run ps -ef
! ps -ef
!! ps -ef