Skip to content

Instantly share code, notes, and snippets.

@aruku7230
Created February 17, 2023 04:23
Show Gist options
  • Save aruku7230/cf4168a7d429fac9931b0225676cd90f to your computer and use it in GitHub Desktop.
Save aruku7230/cf4168a7d429fac9931b0225676cd90f to your computer and use it in GitHub Desktop.
Commonly used commands on Windows

Start a WinMerge window to compare two files and return immediatelly.

Start-Process winmergeu.exe -WindowStyle Hidden "/s /t text ""left_file.txt"" ""right_file.txt"""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment