Answer the question
In order to leave comments, you need to log in
How to split a long command on a new line?
Hello.
There are a lot of commands in the crown, how to make them from a new line?
1 * * * * root echo "Hello" && echo "World" && echo "My" && echo "Friends"
Would like this:
1 * * * * root
echo "Hello" &&
echo "World" &&
echo "My" &&
echo "Friends"
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question