I have a folder containing files named "1.txt" all the way up to "10.txt". How do I concatenated these files in numerical order so that 10.txt is concatenated last?
Asked
Active
Viewed 149 times
0
-
See: [bash : merge text files ordered by numerical filenames](https://stackoverflow.com/q/35126745/3776858) – Cyrus Aug 08 '18 at 20:11
-
As an aside, if you created the files using `split` in the first place, it would ensure that lexicographical order will do the right thing. – o11c Aug 08 '18 at 20:11
-
Stack Overflow is a site for programming and development questions. This question appears to be off-topic because it is not about programming or development. See [What topics can I ask about here](http://stackoverflow.com/help/on-topic) in the Help Center. Perhaps [Super User](http://superuser.com/) or [Unix & Linux Stack Exchange](http://unix.stackexchange.com/) would be a better place to ask. – jww Aug 10 '18 at 01:07