You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Do not include spaces** between the comma separated table name values!
113
113
114
-
#### Change number of context lines
114
+
<h4style="color:#7cb490">Change number of context lines</h4>
115
115
116
116
To change the number of lines of context above/below lines that have differences, use the `-l` or `--lines` option with an integer value for the desired number of lines. The following command reduces the contextual information to a single line above and below lines with differences:
<h4style="color:#7cb490">Display the first n lines of output</h4>
123
123
124
124
Use the `--head` option followed by an integer for the number of lines at the beginning of the output. For example, the following command displays the first 20 lines of the diff:
<h4style="color:#7cb490">Display the last n lines of output</h4>
131
131
132
132
Use the `--tail` option followed by an integer for the number of lines at the end of the output. For example, the following command displays the last 20 lines of the diff:
0 commit comments