Go to main content

man pages section 1: User Commands

Exit Print View

Updated: July 2017
 
 

symilar (1)

Name

symilar - finds copy pasted blocks in a set of files

Synopsis

/usr/bin/symilar [ OPTIONS ]  file...

Description


symilar(1)                  General Commands Manual                 symilar(1)



NAME
       symilar - finds copy pasted blocks in a set of files


SYNOPSIS
       /usr/bin/symilar [ OPTIONS ]  file...


DESCRIPTION
       symilar is a helper script for pylint. Symilar will display information
       about duplicate lines in a file.  The output lists the total number  of
       lines,  how many duplicate lines found and what percentage of the lines
       are duplicates.


OPTIONS
       --duplicates, -dl  min_duplicated_line
              sets a minimum threshhold for duplicated lines

       --help, -h
              displays help message

       --ignore-comments
              do not include duplicates found in comment blocks


USAGE
       symilar  [-d|--duplicates   min_duplicated_lines]   [--ignore-comments]
       file..


FILES
       /usr/lib/python2.6/vendor-packages/pylint    /usr/lib/python2.7/vendor-
       packages/pylint


SUPPORT
       python-projects@logilab.org



ATTRIBUTES
       See attributes(5) for descriptions of the following attributes:


       +---------------+-------------------------+
       |ATTRIBUTE TYPE |    ATTRIBUTE VALUE      |
       +---------------+-------------------------+
       |Availability   | developer/python/pylint |
       +---------------+-------------------------+
       |Stability      | Uncommitted             |
       +---------------+-------------------------+
SEE ALSO
       pylint(1), logilab-common(3), logilab-astng(3)



NOTES
       This    software    was    built    from    source     available     at
       https://java.net/projects/solaris-userland.    The  original  community
       source      was      downloaded       from        http://download.logi-
       lab.org/pub/pylint/pylint-0.25.2.tar.gz

       Further information about this software can be found on the open source
       community website at http://www.logilab.org/project/pylint/.



SunOS 5.11                        17 Jul 2012                       symilar(1)