Timeline for Bash commands/script to remove a line from CSV with duplicate in column
Current License: CC BY-SA 3.0
2 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Mar 23, 2013 at 21:00 | comment | added | Peaceful_Warrior | Wow! This is amazingly simple! Thanks. This works perfectly. For any super noobs like me. You simply need to put the csv after the command above & if you want to output it, then use this >. It would look like this: awk -F, '!seen[$1]++' inputfile.csv > outputfile.csv. | |
| Mar 22, 2013 at 18:31 | history | answered | Kevin | CC BY-SA 3.0 |