Totally original program no one has ever thought of before.
Go to file
cdnutter 61d34844ae
Update README.md
2019-05-19 23:09:16 -07:00
.gitignore removed .DS_Store 2019-05-19 23:00:17 -07:00
README.md Update README.md 2019-05-19 23:09:16 -07:00
diff.c well, that's all the time ive got, i gotta get back to playing animal crossing new leaf on my nintendo 3ds 2019-05-19 22:56:43 -07:00
diff.h well, that's all the time ive got, i gotta get back to playing animal crossing new leaf on my nintendo 3ds 2019-05-19 22:56:43 -07:00
l v0.3 alpha uploaded. works but not well and all the way 2019-05-08 17:34:30 -07:00
l2 fixed side by side 100% 2019-05-18 00:52:07 -07:00
pa.c well, that's all the time ive got, i gotta get back to playing animal crossing new leaf on my nintendo 3ds 2019-05-19 22:56:43 -07:00
pa.h well, that's all the time ive got, i gotta get back to playing animal crossing new leaf on my nintendo 3ds 2019-05-19 22:56:43 -07:00
r v0.3 alpha uploaded. works but not well and all the way 2019-05-08 17:34:30 -07:00

README.md

diff-rcm

The totally original program no one has ever thought of before.

v1.0 GM | Well, that's all the time I've got.

Written by: Chris Nutter (building foundation), William McCarthy (initial struct), Rasputin (inspiration)

For the most part it's pretty fairly accurate. Side-by-side, brief, and identical are flawless. ;)

However normal, context, and unified are off.

They work in outputting differences but normal doesn't have line numbers.

Context and unified work like normal but at least make awareness to the file date.

Enjoy. Thanks again. Love you, Mom & Dad. - C

Usage: diff-rcm [OPTION]... FILES Compare FILES line by line.

Mandatory arguments to long options are mandatory for short options too.

    --normal		        output a lineline diff (the default)
-q, --brief		        report only when files differ
-s, --report-identical-files    report when two files are the same
-c, -C NUM, --context[=NUM]     output NUM (default 3) lines of copied context
-u, -U NUM, --unified[=NUM]     output NUM (default 3) lines of unified context
-y, --side-by-side	        output in two columns

-i, --ignore-case	        ignore case differences in file contents

    --help		        display this help and exit
-v, --version		        output version information and exit

Report bugs to: cdnutter@gmail.com

diff-rcm homepage: https://www.github.com/cdnutter/diff/