need some help. boss is rushing me to complete a script - i am struggling where do i start? under lot of pressure here. thanks, i feel this must not be that difficult
i'm given tab-delimited file w 2 cols:
aaa d 014 bbb e015
bbb e 016 ccc e016
so forth. i need to create a script that read the file, transforms it into:
xyz.sh "'aaa d 014'" "'bbb e015'" nokeep
xyz.sh "'bbb e 016'" "'ccc e016'" nokeep
note with space between "'aaa d 014'" "'bbb e015'" .
and then executes the file and put success output on screen or into another file.
thanks for any help