piping to variables
Posted
by lego69
on Stack Overflow
See other posts from Stack Overflow
or by lego69
Published on 2010-05-31T08:41:45Z
Indexed on
2010/05/31
8:52 UTC
Read the original article
Hit count: 132
cut -d" " -f2 ${2} | $callsTo
hello, can somebody please explain can I pipe the result of cut to variable callsTo, and how will it be stored, as the string or list?
© Stack Overflow or respective owner