• Font Size
  • S
  • M
  • L

Search via FAQ No.


  • No : 30199
  • Open Date : 2019/02/20 16:44
  • 更新日時 : 2020/09/15 11:04
  • Print

【DataSpider Servista】I Would Like to Know About Each CLI Command Option Details and Usage Examples

I would like to know more about each CLI command option details and usage examples.
Category : 

Answer

If you want to know more about commands in the CLI Console, use the "man" command.
For example, if you want to see details about the "ping" command, you can check it by typing "man ping".

The above is also described in the help below.
 ---
 Also if you want to know more about commands, use the "man" command.
 ---

 - [CLI Console] - [What is CLI Console]
 URL:https://hulft.com/help/en-us/DataSpider/latest/help/en/cli/cli.html

<Usage Example>
# man ping

User Command:  ping

【Name】
    ping - Check  whether the server  is active or not

【Format】
    ping

【Description】
    Check  whether the server  is active or not.
    Display a status code and descriptions. The status code is a number of 0 if the server is running, or a number that is not "0" if the server is not running or you are unable to connect to the server.

【Option】
    None

【Operand】
    None

【Usage Example】
    > ping
    0   Server is running.
    > ping
    1   Server is not running or you are unable to connect to the server.

【Related Matters】
    None

【Notes】
    None

 
Version Information
Ver.4.1、Ver.4.0、Ver.3.2