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.
Doskey Like Function on Solaris 7
Name: Steve Burton Date: February 14, 2001 at 05:13:31 Pacific
Comment:
I need to know how to setup my .profile to allow doskey like functionality.
Name: oliver Date: February 15, 2001 at 13:03:28 Pacific
Reply:
Either download bash from sun.com (in the bigadmin section) or use korn shell. If you use $ ksh -o vi then k will bring up your last command
0
Response Number 2
Name: oliver Date: February 15, 2001 at 13:05:16 Pacific
Reply:
that should read "escape" k. Apparantly, this forum doesn't like using the "less than" and "greater than" symbols
0
Response Number 3
Name: andrei valachi Date: February 15, 2001 at 15:28:50 Pacific
Reply:
as some people already said - use a shell that has "history" capabilities - bash, tcsh (not csh) etc. and use (for tcsh, in ".tcsh") something like: set history=100 (or how many commands you want to keep).
0
Response Number 4
Name: karthick Date: May 7, 2001 at 02:23:12 Pacific
Reply:
Can i set a doskey like function on Default shell Bourne shell.If yes tell me what i have to do. Thanx, Cheers Karthick.
Summary: Hi all, I am trying to install oracle on solaris 7 intel system. I unziped the software to /opt file system. i follwed all instructions given in the web site,except i did not changed the parameters in...