How do you user command completion in .sh or .ksh in AIX environment?
I know you can do it by hitting <esc><esc> in bash, but how do you do it in bourne or korn shell in AIX 5.3 environment?
Thanks in advance.
The bourne shell doesn't have that feature I believe.
In ksh, with [tt]set -o vi[/tt] or [tt]set -o emacs[/tt] active, it is [tt]ESC-*[/tt]. (Hit ESC and then hit *).
I am trying to compile bacula-fd (a back up open software) which requires openssl. gcc would not compile it at all, xlc does but i do not know how to make it include openssl. here is the relevant log entry form configure
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.