Mercurial > repos > xuebing > sharplabtool
annotate removeDuplicate.xml @ 12:2f4ea569f048
Uploaded
author | xuebing |
---|---|
date | Sat, 10 Mar 2012 08:10:44 -0500 |
parents | b7f1d9f8f3bc |
children |
rev | line source |
---|---|
11 | 1 <tool id="removeDuplicate" name="remove duplicate"> |
2 <description>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> |