Юрий Пухальский wrote:
Good day!Theres is a problem with a following code: echo a:b|IFS=: read a b; echo $a
this seems work $ echo "a:b" | { IFS=":" read a b; echo $a; } a
Юрий Пухальский wrote:
Good day!Theres is a problem with a following code: echo a:b|IFS=: read a b; echo $a
this seems work $ echo "a:b" | { IFS=":" read a b; echo $a; } a