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++ - compiler errors when initializing EXPECT_CALL with function which has program_options::variables_map as parameter -

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