awk version of list-dates works faster
[backups/.git] / scripts / list-dates.sh
diff --git a/scripts/list-dates.sh b/scripts/list-dates.sh
new file mode 100755 (executable)
index 0000000..1e6b501
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+awk 'BEGIN { RS="\0" } {print$7}' | sort -u