comparison sort.xml @ 7:d64eace4f9f3 draft

Uploaded
author bgruening
date Sat, 17 Jan 2015 08:30:15 -0500
parents 8928e6d1e7ba
children fa7f88da29d7
comparison
equal deleted inserted replaced
6:8928e6d1e7ba 7:d64eace4f9f3
10 <command> 10 <command>
11 <![CDATA[ 11 <![CDATA[
12 ( 12 (
13 LC_ALL=C 13 LC_ALL=C
14 #if int($header) > 0: 14 #if int($header) > 0:
15 sed -u '${header}'q && 15 sed -u '${header}'q &&
16 #end if 16 #end if
17 17
18 sort $unique $ignore_case --stable -t ' ' 18 sort $unique $ignore_case --stable -t ' '
19 19
20 #for $key in $sortkeys: 20 #for $key in $sortkeys: