This commit is contained in:
Miroslav Stampar
2010-12-09 12:03:10 +00:00
parent cdff29ada7
commit 06395b5408
2 changed files with 348 additions and 0 deletions

9
extra/shutils/duplicates.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
# $Id$
# Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
# See the file 'doc/COPYING' for copying permission
# Lists all duplicate entries inside a file
cat $1 | uniq -d