From 1decf798ed63421a9e19118a9f1578123b897d48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Fri, 24 Sep 2010 22:54:26 +0200 Subject: [PATCH] Inverse de remdoubles : showunique --- showunique | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100755 showunique diff --git a/showunique b/showunique new file mode 100755 index 0000000..d884d97 --- /dev/null +++ b/showunique @@ -0,0 +1,63 @@ +#!/bin/bash + +if [ "$1" == "--help" -o "$1" == "-h" ]; then + cat <