script issue

Paul Howarth paul at city-fan.org
Fri Jan 7 17:06:52 UTC 2005


Chadley Wilson wrote:
> hi guys
> 
> if a line is too long in a sh script
> I need to break it in to two lines,
> there is a method that tells the shell that the two line are to read as one,
> 
> how do you do that?

echo This is a \
	long line.

Note: the backslash must be the last character of the line, no spaces or 
anything else after it.

Paul.




More information about the fedora-list mailing list