Timeline for Sum of Column with Rows Specific and write that value to .txt file
Current License: CC BY-SA 4.0
10 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 3, 2022 at 12:13 | comment | added | Yash54 | I am sorry for that, I didnt needed them shouldn't have added them. | |
| Apr 3, 2022 at 12:13 | history | edited | Yash54 | CC BY-SA 4.0 | deleted 24 characters in body |
| S Apr 3, 2022 at 12:12 | history | suggested | sseLtaH | CC BY-SA 4.0 | Formatting |
| Apr 3, 2022 at 12:11 | vote | accept | Yash54 | ||
| Apr 3, 2022 at 12:06 | review | Suggested edits | |||
| S Apr 3, 2022 at 12:12 | |||||
| Apr 2, 2022 at 12:55 | answer | added | Ed Morton | timeline score: 1 | |
| Apr 2, 2022 at 12:52 | comment | added | Ed Morton | Do you really have those leading 1., 2., apparent line numbers in your input and do you really want them in your output? If the answer is no then remove them from your example. | |
| Apr 2, 2022 at 5:54 | comment | added | Edgar Magallon | You can get a range of rows (or lines) with awk using FNR. For example, you can the values from line 3 to 5 with: awk 'FNR>=3 && FNR<=5' yourfile.txt For more information about awk command, type in the terminal man awk | |
| S Apr 2, 2022 at 5:33 | review | First questions | |||
| Apr 3, 2022 at 12:22 | |||||
| S Apr 2, 2022 at 5:33 | history | asked | Yash54 | CC BY-SA 4.0 |