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

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

delphi - blogger via idHTTP : error 400 bad request -

postgresql - ERROR: operator is not unique: unknown + unknown -