Timeline for How to use while loop in shell to read from one file and redirect to another
Current License: CC BY-SA 4.0
6 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Nov 7, 2019 at 10:22 | vote | accept | patiladarsh94 | ||
| Nov 7, 2019 at 10:07 | comment | added | patiladarsh94 | Yes I want to generate a file in the same path without disturbing the existing file so added _check and also need only data until "," in the output file. | |
| Nov 7, 2019 at 9:59 | comment | added | ilkkachu |
What do you actually want to do to the data? Remove everything from the first comma to end of line? Is that last part of the input the name of the output file, or is the output file constant? (You have ./TDM/SDH.xls in the input data, but SDH_check.xls as the output file name, so there's that extra _check too
|
|
| Nov 7, 2019 at 9:58 | answer | added | binarym | timeline score: 0 | |
| Nov 7, 2019 at 9:40 | history | edited | Prvt_Yadav | CC BY-SA 4.0 |
improved formatting
|
| Nov 7, 2019 at 9:38 | history | asked | patiladarsh94 | CC BY-SA 4.0 |