unique.pl [-i:] [-o:] -i: name of file to uniqify -o: name of output file unique.pl will parse the given input file and generate output which contains only unique lines. if no output file is given, the output is written to stdout. if no input file is given, input is read from stdin.