Hi,
in shell script you can use
var=`cat text.txt`
to set var to contain the value of the text file (which in this case is a single word).
How do you do this in Korn shell?
Thanks
Tracy
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.