Answers for "vim shuffle lines of file"

1

vim shuffle lines of file

shuf myfile.txt > myfile_shuffled.txt
Posted by: Guest on February-13-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language