Avaya Writing Technician Interface Scripts Uživatelský manuál Strana 39

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 122
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 38
Command Reference
114089 Rev. A 2-5
echo
The echo command allows you to display its command line arguments to the
user’s terminal.
The
echo command has the following syntax:
echo
<text_string>
or
echo $
<variable_name>
<text_string>
is any literal text.
<variable_name>
is the name of a variable.
For example, when you execute the script
echo Good Morning
the system displays Good Morning on the user’s console.
When you execute the script
setenv b blue
echo $b
the system displays blue on the user’s console.
Zobrazit stránku 38
1 2 ... 34 35 36 37 38 39 40 41 42 43 44 ... 121 122

Komentáře k této Příručce

Žádné komentáře