Hi,
I'm experimenting a little and ran into a little snag. I need to
tell a script I'm writing to execute a carriage return. Is there a way
to do this?
TIA
Dan
--
TIA
Dan
--
/bin/echo -n "Some of this will be overwritten by the shell prompt"
/bin/echo -n " " | tr ' ' '\015'
exit
--
************************************************************************
Terry McConnell Mathematics/215 Carnegie/Syracuse, N.Y. 13244-1150
************************************************************************
: Hi,
: I'm experimenting a little and ran into a little snag. I need to
: tell a script I'm writing to execute a carriage return. Is there a way
: to do this?
: TIA
: Dan
: --
--