Originally posted by: alexandre180
Hi,
I'm trying to write a script which could store and recall my commands on the command prompt. For example, it would look like that :
script_recall "command to save" id (store my command with identifier id)
script_recall id (recall and display my command on the prompt without executing it)
command to save (on the command prompt)
I manage to write a simple shell which echoes my commands but I have to copy/paste them on the command prompt.
Any ideas to write such a shell ?
Alex.
#AIX-Forum