Mercurial > repos > xuebing > sharplabtool
annotate tools/mytools/removeDuplicate.xml @ 3:33c067c3ae34
Deleted selected files
author | xuebing |
---|---|
date | Fri, 09 Mar 2012 19:47:53 -0500 |
parents | 9071e359b9a3 |
children |
rev | line source |
---|---|
0 | 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> |