annotate removeDuplicate.xml @ 24:8dd2a3f51c42 draft default tip

Deleted selected files
author xuebing
date Wed, 09 May 2012 10:53:44 -0400
parents 16ba480adf96
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
20
16ba480adf96 Uploaded
xuebing
parents:
diff changeset
1 <tool id="removeDuplicate" name="remove duplicate">
16ba480adf96 Uploaded
xuebing
parents:
diff changeset
2 <description>lines</description>
16ba480adf96 Uploaded
xuebing
parents:
diff changeset
3 <command> cat $input | sort | uniq > $output </command>
16ba480adf96 Uploaded
xuebing
parents:
diff changeset
4 <inputs>
16ba480adf96 Uploaded
xuebing
parents:
diff changeset
5 <param name="input" format="txt" type="data" label="Original file"/>
16ba480adf96 Uploaded
xuebing
parents:
diff changeset
6 </inputs>
16ba480adf96 Uploaded
xuebing
parents:
diff changeset
7 <outputs>
16ba480adf96 Uploaded
xuebing
parents:
diff changeset
8 <data format="input" name="output" />
16ba480adf96 Uploaded
xuebing
parents:
diff changeset
9 </outputs>
16ba480adf96 Uploaded
xuebing
parents:
diff changeset
10 </tool>