Timeline for shell: combining several tables
Current License: CC BY-SA 4.0
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Oct 9, 2020 at 16:05 | comment | added | terdon♦ | @user3470313 you can run paste -d'\t' file1 file2 file3 ... fileN or, if all of your file names share a pattern (e.g. tableFile1, tableFile2, tableFileN) you can pass the pattern: paste -d'\t' tableFile*. | |
| Oct 9, 2020 at 15:46 | comment | added | user3470313 | thank you! sorry i did not understand well if it would be possible to use paste just from terminal providing just a path to a folder contained all tables or rather I need to create a script with the list of the filles? | |
| Oct 9, 2020 at 15:43 | history | edited | terdon♦ | CC BY-SA 4.0 | added 581 characters in body |
| Oct 9, 2020 at 15:36 | history | answered | terdon♦ | CC BY-SA 4.0 |