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

Load Balancing in Bluemix using custom domain and DNS SRV records -

oracle - pls-00402 alias required in select list of cursor to avoid duplicate column names -

python - Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] error -