Timeline for split a large file based on elements in another file
Current License: CC BY-SA 4.0
2 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Oct 28, 2018 at 15:22 | comment | added | αғsнιη | another option is using grep -Fwf second_file first_file | awk '{ print >$1".txt"}' ( assuming names in second_file only can appear in first column of first_file) | |
| Oct 28, 2018 at 9:09 | history | answered | steeldriver | CC BY-SA 4.0 |