t
Size: a a a
t
t
ttldtor@DESKTOP-N9FQKGB:~$ seq 2500000 > test1.txt
ttldtor@DESKTOP-N9FQKGB:~$ time shuf -n 100 test1.txt >0
real 0m0.050s
user 0m0.050s
sys 0m0.000s
t
t
t
c
c
t
c
c
t
t
ttldtor@DESKTOP-N9FQKGB:~$ time seq -s "$(printf a%.0s {1..200})"$'\n' 2500000 | shuf -n 100 >0
real 0m0.713s
user 0m1.202s
sys 0m0.206s
t
c
t
t
t
ttldtor@DESKTOP-N9FQKGB:~$ time shuf -n 100 /mnt/c/w3/ipf-option.txt >0
real 2m0.216s
user 0m4.202s
sys 0m21.011s
ttldtor@DESKTOP-N9FQKGB:~$ time shuf -n 100 ./ipf-option.txt >0
real 0m0.669s
user 0m0.619s
sys 0m0.050s
t
c
c