24 lines
647 B
Plaintext
24 lines
647 B
Plaintext
DIFF(1) User Commands DIFF(1)
|
|
|
|
NAME
|
|
diff - compare files line by line
|
|
|
|
SYNOPSIS
|
|
diff [FILE1] [FILE2]
|
|
|
|
DESCRIPTION
|
|
Compares FILE1 with FILE2 line by line, and prints the differences to
|
|
the standard output.
|
|
|
|
AUTHOR
|
|
Dave Hein
|
|
|
|
COPYRIGHT
|
|
Copyright (c) 2011, 2012, Dave Hein
|
|
MIT License (See license.txt in the root directory)
|
|
This is free software: you are free to change and redistribute it.
|
|
There is no warranty, to the extent permitted by law.
|
|
|
|
|
|
SPINIX utility March 2012 DIFF(1)
|