I try this in script and it did not work...
first did a read of file to initial $Line...
followed by the following user var init:
abc=$Line|cut -d~ -f2
echo $abc
The echo did not work/i.e. produced error.
however the following does produce expected result:
echo $Line|cut =d~ -f2
I think I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.