How to Use This Guide
8%
Long Commands
We'll use the backslash \ to split long commands into multiple lines. The backslash is used to escape the newline character, so the shell treats the command as a single line. Here is an example:
echo "This is a long command that \
spans multiple lines."
The above command's equivalent to:
echo "This is a long command that spans multiple lines."
Learn Git in a Day
Everything you need, nothing you don'tEnroll now to unlock all content and receive all future updates for free.
Unlock now $9.99$7.49Learn More
Hurry! This limited time offer ends in:
To redeem this offer, copy the coupon code below and apply it at checkout:
