Horje
bash randomly shuffle all rows of a file Code Example
bash randomly shuffle all rows of a file
# Basic syntax:
cat your_file | shuf
# Note, you can specify multiple files after cal to randomly shuffle
#	the rows of multiple files into one output
randomly choose n rows from a file linux
shuf -n 1000 file




Shell

Related
ubuntu echo create file Code Example ubuntu echo create file Code Example
ls one file per line Code Example ls one file per line Code Example
git mainstages Code Example git mainstages Code Example
docker pull image and rename it Code Example docker pull image and rename it Code Example
linux remove nested files with names Code Example linux remove nested files with names Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
13