Hello People.
Been away from applescript for to loong
Iv’e got two files that I need to combine into one, but line by line
File1.txt :
some_data_here
some_more_data
File2.txt
data_to_append_to_file1
more_data_for_file1
What I need is a file with this output
some_data_here data_to_append_to_file1
some_more_data more_data_for_file1
How do I do that?
A shell script or python would be fine to…
Hope somebody can do a bit of magic.
Thanks.