shell - In bash, what does <<< is used for? -


i've documentation sign <<< can't find explanation.

here example:

ifs=';' read -ra addr <<< "allo;hi;salut" 

what line ? , specificaly <<< in line?

thanks

it's used create here string


Comments

Popular posts from this blog

javascript - Feed FileReader from server side files -

How to Change swipe Tab Title color in java Android -

Using globs in Perl replace one liner in TCL script -