Split command across lines
Posted
by Yassin
on Stack Overflow
See other posts from Stack Overflow
or by Yassin
Published on 2010-05-23T17:39:58Z
Indexed on
2010/05/23
17:51 UTC
Read the original article
Hit count: 274
In Linux shell, one can split a command across several lines using \
. For example:
cmd \
arg1 \
arg2
How can I do the same using Windows console?
Thanks!
© Stack Overflow or respective owner