Timeline for How to remove duplicate lines inside a text file & get the number of the removed lines?
Current License: CC BY-SA 4.0
13 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 17, 2019 at 19:33 | answer | added | glenn jackman | timeline score: 0 | |
| Jun 17, 2019 at 19:30 | vote | accept | user3776738 | ||
| Jun 17, 2019 at 19:25 | answer | added | Kusalananda♦ | timeline score: 0 | |
| Jun 17, 2019 at 19:22 | comment | added | user3776738 | it doesn't need to be in one step. I could also write a script using the list of indices to remove the lines in the second file. But if it is possible to do it in the command line, would be better., of course ;) | |
| Jun 17, 2019 at 19:20 | comment | added | user3776738 | yes, like described above (new edit) | |
| Jun 17, 2019 at 19:20 | comment | added | Kusalananda♦ | What is the output? Two new files? | |
| Jun 17, 2019 at 19:20 | comment | added | user3776738 | yes, by position | |
| Jun 17, 2019 at 19:11 | history | edited | user3776738 | CC BY-SA 4.0 | added 103 characters in body |
| Jun 17, 2019 at 19:11 | comment | added | Kusalananda♦ | Ah, by position. Good. | |
| Jun 17, 2019 at 19:11 | comment | added | Kusalananda♦ | Do you want to remove the duplicated lines in the second file by contents ("the line saying hello is duplicated in the 1st file so remove all lines that are hello in the 2nd file") or by position ("line 2 is duplicated in the 1st file, so remove line 2 in the 2nd file")? | |
| Jun 17, 2019 at 19:02 | history | edited | user3776738 | CC BY-SA 4.0 | added 170 characters in body |
| Jun 17, 2019 at 18:40 | review | First posts | |||
| Jun 17, 2019 at 18:40 | |||||
| Jun 17, 2019 at 18:38 | history | asked | user3776738 | CC BY-SA 4.0 |