How to sort lines in a file randomly on Linux?
Uncategorized 0 Commentssort –random-sort cat a.txt | sort –random-sort > b.txt How can I randomize the lines in a file using a standard tools on Redhat Linux on StackOverflow
sort –random-sort cat a.txt | sort –random-sort > b.txt How can I randomize the lines in a file using a standard tools on Redhat Linux on StackOverflow