




Command:   getlf - wait until a line has been typed
Syntax:    getlf [argument]
Flags:     (none)
Example:   getlf                    # Wait for a line

     In shell scripts it is sometimes necessary to  pause  to  give  the
user  a  chance  to  perform  some action, such as inserting a diskette.
This command prints its  argument,  if  any,  and  then  waits  until  a
carriage return has been typed, at which time it terminates.

















































                                                                        

