For instance, you have an echo message, followed by && and the next command. This usually results in this:
"echo message"
"the result of the next command".
Is there a way to instruct terminal to display these two lines on the same line, like this:
"echo message" "the result of the next command"?
"echo message"
"the result of the next command".
Is there a way to instruct terminal to display these two lines on the same line, like this:
"echo message" "the result of the next command"?