Select random lines from given files.
--help Show help message.
--input arg Input files.
--output arg Output file. Default is standard output.
--lines [=arg(=0)] Choose only given number of lines. Default all lines.
randcon --input file1 file2 file3 file4 --lines 50 --output ouput_file
randcon --input file1