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?
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?