Forum: Perl:Sorting And Merging Files
Hi all,
I have around 10,000 files having KB sizes. All files contains same type and number of tab separated records. I want to merge all the files and sort the records based on a particular column. Which will be the fastest way?
Thanks,
Deeps
• 1,749 views
•
link
0 answers
No answers yet.
Log in to answer this question.
This belongs in the questions forum and is not really bioinformatics related. If you just google merging files and sorting by column, I am sure you'll find tons of answers as they are pretty commonly performed tasks.