How to tell bash that the line continues on the next line

Viewed 189661

In a bash script I got from another programmer, some lines exceeded 80 columns in length. What is the character or thing to be added to the line in order to indicate that the line continues on the next line?

3 Answers
Related