I would like telnet://blah to open putty and not the native windows telnet client. I don’t even know what this ‘feature’ is called under windows so I’m having no luck find any information about it. Thanks in advance, Jan
Category: shell
Shell status codes in make
I use a Makefile (with GNU make running under Linux) to automate my grunt work when refactoring a Python script. The script creates an output file, and I want to make sure that the output file remains unchanged in face of my refactorings. However, I found no way to get the status code of a […]