How to write a multiline command?

How do we extend a command to the next line?

Basically what’s the Windows alternative for Linux’s:

ls -l \
/usr/

Here we use backslashes to extend the command onto the next lines.

What’s the equivalent for Windows?

4 Answers
4

Leave a Comment