sqlmap/extra/shutils/duplicates.sh
Miroslav Stampar 06395b5408 update
2010-12-09 12:03:10 +00:00

9 lines
211 B
Bash
Executable File

#!/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