changeset 7363:2ab5bc5df01f

<int-e> ` sed -i \'s/..xargs/| grep -v int-e | xargs/\' bin/list
author HackBot
date Mon, 11 Apr 2016 21:07:00 +0000
parents f8fff7f2c692
children 0ceb70fe2a22
files bin/list
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/list	Mon Apr 11 21:03:13 2016 +0000
+++ b/bin/list	Mon Apr 11 21:07:00 2016 +0000
@@ -1,1 +1,1 @@
-date > share/conscripts; culprits share/conscripts | xargs -n 1 | awk '!x[$0]++' | xargs
+date > share/conscripts; culprits share/conscripts | grep -v int-e | xargs -n 1 | awk '!x[$0]++' | xargs