Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

shuf: move help strings to markdown file #4421

Merged
merged 1 commit into from
Feb 23, 2023

Conversation

chenchiii
Copy link
Contributor

#4368

shuf -h outputs the following.

$ ./target/debug/coreutils shuf -h
Shuffle the input by outputting a random permutation of input lines.
Each output permutation is equally likely.
With no FILE, or when FILE is -, read standard input.

Usage: ./target/debug/coreutils shuf [OPTION]... [FILE]
./target/debug/coreutils shuf -e [OPTION]... [ARG]...
./target/debug/coreutils shuf -i LO-HI [OPTION]...;

Arguments:
  [file]  

Options:
  -e, --echo [<ARG>...]       treat each ARG as an input line
  -i, --input-range <LO-HI>   treat each number LO through HI as an input line
  -n, --head-count <COUNT>    output at most COUNT lines
  -o, --output <FILE>         write result to FILE instead of standard output
      --random-source <FILE>  get random bytes from FILE
  -r, --repeat                output lines can be repeated
  -z, --zero-terminated       line delimiter is NUL, not newline
  -h, --help                  Print help information
  -V, --version               Print version information

@github-actions
Copy link

GNU testsuite comparison:

Congrats! The gnu test tests/tail-2/inotify-dir-recreate is no longer failing!

@sylvestre sylvestre merged commit da7d9ff into uutils:main Feb 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants