diff bin/list @ 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 5e7327a54061
children 2ab5bc5df01f
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