Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • 1
    So "continuation" is the term I was looking for. Bash manual explains that in the Quoting section, so I did find that . . . Now, you said one can't end a line with && and it gives PS2 prompt. What are some of the other cases ? Is there a list somewhere in the bash manual? Commented May 5, 2016 at 17:01
  • Very clear. It's strange this is not covered in the bash manual Commented Apr 15, 2022 at 8:49
  • @Seamus: It is, just easy to miss tucked away in section 3.1 - "Shell Syntax". Makes no sense. Commented Aug 31, 2024 at 23:18
  • @EdSwangren: So it is! In Section 3.1.2.1 under "Escape Character". Thanks :) Commented Aug 31, 2024 at 23:26