LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   simple bash question. (https://www.linuxquestions.org/questions/programming-9/simple-bash-question-502193/)

kalleanka 11-16-2006 07:58 AM

simple bash question.
 
How do I split a line so the script is read as one line?

95se 11-16-2006 08:01 AM

Code:

echo abc\
cba


matthewg42 11-16-2006 07:45 PM

Make sure there are no spaces or tabs after the \


All times are GMT -5. The time now is 05:51 AM.