How to start notepad++ in Linux command line?
-
I just installed notepad++ on ubuntu and wanted to invoke the program from terminal command line, which command shall I use?
-
depending where you installed it you need to modify the call, basically you
start wine and provide notepad.exe as the parameter to be executed by wine.
So something like this/usr/bin/wine /disc2/home/chalet/.wine/drive_c/programs/x64/newest/notepad++.exe
Cheers
Claudia