true, sorry. wasn't thinking that way. That is what I was trying to avoid . Not to have to edit the script for every file, just the file since there are many. Perhaps that's just the way I've got to it. Or I was thinking of splitting the file into two tmp files.
Wait...duh...i'll just ask...
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.