Shuffling lines of a file with a fixed seed?

I want to shuffle the lines of a file with a fixed seed so that I always get the same random order. The command I am using is as follows:

sort -R file.txt | head -200 > file.sff

What change could I make it so that it sorts with a fixed random seed?

10
задан codeforester 18 September 2018 в 20:11
поделиться