changeset 6983:13c07511381b

<shachaf> ` sed -i \'s/sort -u/awk \'\\\'\'!x[$0]++\'\\\'\'/\' bin/list
author HackBot
date Wed, 24 Feb 2016 12:01:18 +0000
parents e09f9d84546b
children f96c357834f5
files bin/list
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/list	Wed Feb 24 12:00:11 2016 +0000
+++ b/bin/list	Wed Feb 24 12:01:18 2016 +0000
@@ -1,1 +1,1 @@
-date > share/conscripts; culprits share/conscripts | xargs -n 1 | sort -u | xargs
+date > share/conscripts; culprits share/conscripts | xargs -n 1 | awk '!x[$0]++' | xargs