Linux read command - simple question

Posted by Vojtech R. on Stack Overflow See other posts from Stack Overflow or by Vojtech R.
Published on 2010-05-17T21:10:51Z Indexed on 2010/05/17 21:20 UTC
Read the original article Hit count: 248

Filed under:
|
|

Hi,

why is output empty?

echo "a b c d" | read X Y Z V; echo $X

Thanks.

© Stack Overflow or respective owner

Related posts about linux

Related posts about beginner