# HG changeset patch # User HackBot # Date 1456315278 0 # Node ID 13c07511381b1dafd0b6e3699baf7d24d3ad1122 # Parent e09f9d84546bc08cc4f097c6a4b07682cab4d3ed ` sed -i \'s/sort -u/awk \'\\\'\'!x[$0]++\'\\\'\'/\' bin/list diff -r e09f9d84546b -r 13c07511381b bin/list --- 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