All Questions
4 questions
0
votes
1
answer
482
views
using ssh from Git for Windows in a stand-alone fashion
I am having Git for Windows (this comes with MinGw64 binaries and an msys-dll set) and have extracted (thanks to depends.exe) only the program SSH.exe with the needed DLL files for using those ...
0
votes
1
answer
204
views
Can Mingw32/Msys run dos/cmd.exe executables with ampersand in arguments? [duplicate]
This is a similar question to :Can Mingw32/Msys run dos/cmd.exe executables without screwing up the arguments?
I'm trying to launch outlook from the mingw shell. I want to launch a new message window ...
2
votes
1
answer
269
views
In git-bash when I hit delete it says "(arg: 3)" then the keyboard doesn't work correctly
I googled it and can't seem to find anything talking about it.
Basically if I'm at the prompt, and I've typed something, then arrow to delete something in the middle of it, when I hit delete the ...
2
votes
1
answer
2k
views
Why isn't MinGW's find command printing all files on drive C:?
I'm using MinGW (as packaged by msysgit for Windows), and I'm trying to list all the files on my C drive. I would expect
find /c
to do this. However, this is not what I'm seeing (in an MinGW window)...