Your interpreter would need to recognize the initial command and offer suitable completions according to the input at that point. A smart interpreter could perhaps lookup acceptable command line usage and offer suggestions...
Within Bash when you press tab it assumes what you have started to type is a command or filename (position dependent). So with careful PATH environment and create directory/file structure you could have bash help you. Regards, Stace This message posted from opensolaris.org _______________________________________________ opensolaris-code mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/opensolaris-code
