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