Easily find issues by searching: #<Issue ID>
Example: #1832
Easily find members by searching in: <username>, <first name> and <last name>.
Example: Search smith, will return results smith and adamsmith
Aqua Data Studio / nhilam |
Follow
827
|
\compare | |
Compares files | |
Syntax | |
\compare -a [string] -b [string] fileA fileB |
|
Description | |
\compare command compares fileA and fileB and generates comparison results in a new tab. | |
Options | |
-a Rename the left file name in the comparison results |
|
-b Rename the right file name in the comparison results |
|
fileA File to be compared. |
|
fileB File to be compared against. |
|
Example | |
To compare two files \compare FileName1 FileName2 |
|
To compare two files, renaming the first file to tab1 in the comparison results \compare -a tab1 FileName1 FileName2 |
|
To compare two files, renaming the second file to tab2 in the comparison results \compare -b tab2 FileName1 FileName2 |
|
To compare two files, renaming the first file to tab1 and renaming the second file to tab2 in the comparison results \compare -a tab1 -b tab2 FileName1 FileName2 |
|
To compare two files, renaming the first file (found in the /home/username/ directory) to tab1, and renaming the second file (found in the current working directory) to tab2 in the comparison results \compare -a tab1 -b tab2 /home/username/FileName1 FileName2 |
|
To compare two files, renaming the first file (found in the current working directory) to tab1, and renaming the second file (found in c:/directory ) to tab2 in the comparison results \compare -a tab1 -b tab2 FileName1 c:/directory/FileName2 |
|
To compare two files, renaming the first file to tab1 and renaming the second file to tab2 in the comparison results \compare -a tab1 FileName1 -b tab2 FileName2 |
|
To compare two files, renaming the first file to tab2 and renaming the second file to tab1 in the comparison results \compare -b tab2 FileName1 -a tab1 FileName2 |
About AquaClusters Privacy Policy Support Version - 19.0.2-4 AquaFold, Inc Copyright © 2007-2017