linux - Bash script sort files and then dump into files -



linux - Bash script sort files and then dump into files -

i need sort many files , dump many files in order of 1.csv, 2.csv, 3.csv , on each file of equal size.

the next pipe sorts , dump single huge file

cat input_files | sort > one_huge_file

how dump multiple files?

take @ useful tool:

$ man split

linux shell sorting

Comments

Popular posts from this blog

delphi - blogger via idHTTP : error 400 bad request -

c++ - cuda, pycuda -- how to write complex numbers -- errors:class "cuComplex" has no member "i" -

How do I check if an insert was successful with MySQLdb in Python? -