| | |
Pipe command output to filter
|
| diff |
show difference between current and previous invocation (creates temp files: remove them with 'diff-clean' command and dont
use it on commands with big outputs, like 'show tech'!)
|
| again |
dont create new file: use old ones, just change display options or add more filters
|
| echo |
echo the current file (only effective if no old file)
|
| -c |
set number of lines of context (default 3)
|
| lines |
Type: uinteger
number of lines of context
|
| -b |
Ignore changes in amount of white space
|
| -B |
Ignore changes that just insert or delete blank lines
|
| -i |
Ignore changes in case
|
| -I |
Ignore changes that just insert or delete lines that match regexp
|
| regexp |
Type: uinteger
regexp of lines to ignore
|
| -y |
Use the side by side output format
|
| --left-column |
Print only the left column of two common lines in side by side format
|
| -W |
Use an output width of <columns> in side by side format
|
| columns |
Type: uinteger
Use an output width of <columns> in side by side format
|
| -q |
Report only whether the files differ, not the details of the differences
|
| -s |
Report when two files are the same
|