shell randomly permute lines

C++
cat file.txt | shuf
Source

Also in C++: