Timeline for how to export all numbers that are unique in a few text files into another file?
Current License: CC BY-SA 3.0
6 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 16, 2014 at 7:31 | comment | added | user80551 | The -u switch in sort -u makes it unique. | |
| Jun 16, 2014 at 7:28 | comment | added | Alireza | How do you make it unique? | |
| Jun 16, 2014 at 7:14 | vote | accept | Alireza | ||
| Jun 16, 2014 at 7:31 | |||||
| Jun 16, 2014 at 7:08 | history | edited | user80551 | CC BY-SA 3.0 | deleted 92 characters in body |
| Jun 16, 2014 at 7:07 | comment | added | mikeserv | Its hard to tell with his output, but I presume there aren't really newlines and they're actually comma separated. Try cat ...|tr , \\n|sort -u|tr \\n , >out | |
| Jun 16, 2014 at 7:00 | history | answered | user80551 | CC BY-SA 3.0 |