
COMMANDS AND SYNTAX LBI-39040
77
6.8.2. echo
echo -- echoes arguments to the standard output
USAGE:
echo [-n] [argument ...]
DESCRIPTION:
echo writes its arguments on the standard output. argument(s) must be separated by SPACE characters or TAB
characters, and terminated by a NEWLINE character.
OPTIONS:
• n Does not add the NEWLINE to the output.
6.8.3. getpri
getpri -- displays the priority of a task
USAGE:
getpri task_name | -task_id
DESCRIPTION:
getpri displays the priority of a task named task_name, or with a task ID of task_id.
OPTIONS:
None.
EXAMPLE:
The following example provides the current priority of the PI's telnet server daemon.
pSH+> getpri tnpd
tnpd task priority = 50
Kommentare zu diesen Handbüchern