You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GNU accepts multiple occurrences of head count argument and chooses the min value among them.
uutils does not accept multiple occurrences of head count argument.
GNU
shuf -i10-200 -n5 -n10
162
144
165
96
62
uutils
./target/debug/shuf -i10-200 -n5 -n10
error: The argument '--head-count <COUNT>' was provided more than once, but cannot be used multiple times
USAGE:
./target/debug/shuf [OPTION]... [FILE]
./target/debug/shuf -e [OPTION]... [ARG]...
./target/debug/shuf -i LO-HI [OPTION]...
For more information try --help
The text was updated successfully, but these errors were encountered:
GNU accepts multiple occurrences of head count argument and chooses the min value among them.
uutils does not accept multiple occurrences of head count argument.
GNU
uutils
The text was updated successfully, but these errors were encountered: