RubyMine 2017.1 Help

Command Line Differences Viewer

On this page:

Viewing differences

To view differences using command line diff tool

  • In the command line, type the following:
    <RubyMine> diff <path1> <path2>
    where:
    • <RubyMine> is the platform-specific product launcher
    • <path1>, <path2> are full paths to the files to be compared.

Examples

Windows

RubyMine.exe diff C:\SamplesProjects\MetersToInchesConverter\src\javascript\numbers.js C:\SamplesProjects\MetersToInchesConverter\src\coffeescript\numbers.coffee

macOS

/Applications/RubyMine.app/Contents/MacOS/rubymine diff ~/Documents/file1.txt ~/Documents/file2.txt

See Also

Last modified: 18 July 2017