1echo(1F)                         FMLI Commands                        echo(1F)
2
3
4

NAME

6       echo - put string on virtual output
7

SYNOPSIS

9       echo [string]...
10
11

DESCRIPTION

13       The echo function directs each string it is passed to the standard out‐
14       put. If no argument is given, echo looks  to  the  standard  input  for
15       input.  It  is  often  used  in  conditional execution or for passing a
16       string to another command.
17

EXAMPLES

19       Example 1 A sample of the echo command.
20
21
22       Set the done descriptor to help if a test fails:
23
24
25         done=`if [ -s $F1 ];
26              then echo close;
27              else echo help;
28              fi`
29
30
31

ATTRIBUTES

33       See attributes(5) for descriptions of the following attributes:
34
35
36
37
38       ┌───────────────────────────────────────────────────────────┐
39ATTRIBUTE TYPE                ATTRIBUTE VALUE              
40       │Availability                  SUNWcsu                      │
41       └───────────────────────────────────────────────────────────┘
42

SEE ALSO

44       echo(1), attributes(5)
45
46
47
48SunOS 5.11                        5 Jul 1990                          echo(1F)
Impressum