Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

5
  • Thank you very much and how to do the cyklus that would use various lines from file2 and produse output file for each line of file2? I didn't ment read Fi from the line like in column 1, but fix Fi for all $1 --> output, then take second Fi --> output2 Commented Apr 27, 2019 at 9:17
  • 1
    @LukášAltman I don't know what a "cyklus" is. You will have to explain further by clarifying your question. In the question, currently, you show four computations at the end. These are the ones I'm computing above. Commented Apr 27, 2019 at 9:31
  • I editted it. I am sorry it was confusing. Commented Apr 27, 2019 at 9:34
  • 1
    @LukášAltman Updated answer. Commented Apr 27, 2019 at 9:52
  • Thank you very much I learned new things and please how to do this? Let's say Fi, where i = 1,2,3,4 are numbers from file2, thus F1 = 1, F2 = 2, F3 = 6, F4 = 8. There will be 4 computation in cycle with 4 outputs. In the first cycle T1 (number in first line in first column in file1 is fixed - it is always fixed) and F1 are fixed. Then T1 and F2 are fixed for computation with $1, third output is with T1 and F3 fixed and the last output is with T1 and F4 fixed. Commented Apr 27, 2019 at 10:09