Unidata - To provide the data services, tools, and cyberinfrastructure leadership that advance Earth system science, enhance educational opportunities, and broaden participation. Unidata
         
  advanced  
 
Table of contents Previous: Creating a McIDAS-X Environment Next: Entering Commands at the Unix Prompt Index

Using Unix Conventions

When entering McIDAS commands at the Unix prompt or with the mcenv process, enter the command in lowercase, followed by .k. All parameters and keywords are entered in the same form and case as in the McIDAS Text and Command Window, as shown in the example below.

& map.k VH IMA=1 GRA=1

Some characters require a preceding escape character so that Unix interprets them literally. Use a backslash (\) to escape the character immediately following it. Use pairs of double (") and single quotes (') to escape groups of characters. Double quotes escape all characters except other double quotes and dollar signs ($). Single quotes escape all characters except other single quotes.

The characters below have special meaning in Unix and require an escape character when entered as part of a McIDAS-X command.

In the example below, a backslash is used in the first line because the unpaired double quote must be escaped. In the second line, the paired single quotes do NOT need to be escaped; paired single quotes are also capable of escaping other characters, so the semicolon does not need to be escaped.

& skl.k \"GOES-9
& ptlist.k SURFACE/HOURLY  SELECT='TIME 12 ; ID KBWI'

When using string names, the command must be preceded by the command mceval.k in addition to a pound sign (#). See Using String Tables for more information.


Table of contents Previous: Creating a McIDAS-X Environment Next: Entering Commands at the Unix Prompt Index
 
 
  Contact Us     Site Map     Search     Terms and Conditions     Privacy Policy     Participation Policy
 
National Science Foundation (NSF) UCAR Community Programs   Unidata is a member of the UCAR Community Programs, is managed by the University Corporation for Atmospheric Research, and is sponsored by the National Science Foundation.
P.O. Box 3000     Boulder, CO 80307-3000 USA     Tel: 303-497-8643     Fax: 303-497-8690