Query: symilar
OS: debian
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
symilar(1) General Commands Manual symilar(1)NAMEsymilar - tool for checking similarities in different filesSYNOPSISsymilar [ options ] [ <files> ]DESCRIPTIONsymilar is a tool for searching blocks of identical lines in different files. It can be used to find copy pasted blocks of code, or stuff that could be refactored. Differences concerning only stuff behind a '#' (Python comments) can be ignored. The size of identical blocks can be optionally modified. symilar 's functionality is integrated in pylint with the refactoring message 'R0801'.OPTIONS-h, --help show help message and exit -d <min_duplicated_lines>, --duplicates <min_duplicated_lines> minimum number of identical lines that should trigger a similarity message. Default is 4. So if it finds 3 identical lines, there will be no message, but 4 identical lines will be mentionned. -i, --ignore-comments ignore differences concerning only stuff behind a '#' (Python comments). This means that if just a comment was added, the message will still be triggered. symilar December 15, 2010 symilar(1)
Related Man Pages |
---|
git-stripspace(1) - linux |
pygettext2.6(1) - debian |
ohcount(1) - debian |
sdiff(1) - osf1 |
pygettext2.7(1) - linux |
Similar Topics in the Unix Linux Community |
---|
awk or sed - Convert 2 lines to 1 line |
How can I do this in VI editor? |
Is UNIX an open source OS ? |
One instance of comparing grep and awk |
My first PERL incarnation... Audio Oscillograph |