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
Post a Comment