trying to write a script for installing applications based on input from a file. the file is in format 'column1',<tab>'column2'.
Values from each column get used as imput at different places in the command. here's what i've started with.
CODE snippet
for port in `cat $1|awk '{print $1...
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.