summaryrefslogtreecommitdiff
path: root/gi/pipeline/scripts/sort-by-key.sh
diff options
context:
space:
mode:
authorredpony <redpony@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-06-24 04:05:17 +0000
committerredpony <redpony@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-06-24 04:05:17 +0000
commit99ab66e86693a7a3cf7aaf965f276d4e2f55f935 (patch)
tree676fde9cfa018f86be48519e964b7595a26fa5d3 /gi/pipeline/scripts/sort-by-key.sh
parent8cfda7b7677801f30ef15e319f6ac49847a5a6c9 (diff)
pipeline scripts
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@17 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'gi/pipeline/scripts/sort-by-key.sh')
-rwxr-xr-xgi/pipeline/scripts/sort-by-key.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/gi/pipeline/scripts/sort-by-key.sh b/gi/pipeline/scripts/sort-by-key.sh
new file mode 100755
index 00000000..948dd4df
--- /dev/null
+++ b/gi/pipeline/scripts/sort-by-key.sh
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+export LANG=C
+sort -t $'\t' -k 1
+