Mercurial > repos > xuebing > unique_line
view unique_line.xml @ 0:a43de04b5a62 default tip
Uploaded
author | xuebing |
---|---|
date | Sat, 31 Mar 2012 14:10:22 -0400 |
parents | |
children |
line wrap: on
line source
<tool id="unique_line" name="unique_line"> <description>remove duplicate lines</description> <command> cat $input | sort | uniq > $output </command> <inputs> <param name="input" format="txt" type="data" label="Original file"/> </inputs> <outputs> <data format="input" name="output" /> </outputs> </tool>