Mercurial > repos > xuebing > sharplabtool
view tools/mytools/removeDuplicate.xml @ 3:33c067c3ae34
Deleted selected files
author | xuebing |
---|---|
date | Fri, 09 Mar 2012 19:47:53 -0500 |
parents | 9071e359b9a3 |
children |
line wrap: on
line source
<tool id="removeDuplicate" name="remove duplicate"> <description>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>