28.5 Comparing Files Alongside One Another
The twin program displays the two files in a split screen, with line numbers in the left margin:
1 | You can use the bc program to |You can also use bc to 3 convert from decimal to hex. |convert from decimal to hex. 4 To do so, use obase to |To do so, use obase to 5 set the base for output: |set the base for output: 6 | 7 obase=16 | obase=16 ... The highlighted line might be underlined on your terminal. This line is the one that twin notices is different between the files.
twin
uses a limited number of commands to move around in
the files, which are shown when you first start up the program. You can use the - |
|