Comment on Cool, but obscure Unix toolsComments−IvarTJ15yYou don’t need stdio.h to use puts.I was in the process of making something similar before I found what I wanted – rlwrap. It provides readline line editing capabilities to command line applications that don’t support them, such as netcat.−pyre15yOr, more importantly, sqlplus (for those of us that need to work with Oracle).−SourPatch15yFor that I use gqlplus.http://gqlplus.sourceforge.net/
Comments
You don’t need stdio.h to use puts.
I was in the process of making something similar before I found what I wanted – rlwrap. It provides readline line editing capabilities to command line applications that don’t support them, such as netcat.
Or, more importantly, sqlplus (for those of us that need to work with Oracle).
For that I use gqlplus.
http://gqlplus.sourceforge.net/