Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Developing a UNIX Shell
Name: way2aru Date: April 8, 2005 at 05:10:59 Pacific OS: UNIX CPU/Ram: 256
Comment:
Hi Please help me or give me some ideas to develop a Shell in UNIX Platform
Name: nails Date: April 8, 2005 at 09:01:23 Pacific
Reply:
Hi:
If you are going to develop a true unix shell, it will probably have to be written in "C" or some other lower level language. In his book, "Advance Unix Programming", Marc Rochkind develops his own shell as part of presenting advanced "C" techniques:
Summary: How do I get a previous command issued in a unix shell back for execution (similar to the doskey function in MSDOS). I am tired of having to type the commands repeatedly. Thanks. I don't know what kin...
Summary: Hi Guys, I have a unix shell script which is like this... sqlplus -s $FEB_UID/$FEB_PWD@feb_dev |& print -p "select '|'||job_id||'|' from jobreq where status = 'PENDING';" print -p "exit...