LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   end_of_command ---- about bash programming (https://www.linuxquestions.org/questions/linux-general-1/end_of_command-about-bash-programming-377058/)

oriate 10-26-2005 09:00 AM

end_of_command ---- about bash programming
 
183 read cmd rest <<-END_OF_COMMAND
184 $raw_input_line
185 END_OF_COMMAND

How can I understand the above lines ?

TIA

tredegar 10-26-2005 10:53 AM

Quote:

How can I understand the above lines ?
man bash, specifically the Here Documents bit.

oriate 10-26-2005 11:55 PM

Thx, I have got it.


All times are GMT -5. The time now is 09:11 PM.