On Tue, 17 Apr 2007 02:01:06 -0700 (PDT), praveen shinde <[EMAIL PROTECTED]> wrote:
> Hi , > > how can i get a list of all the commands available in solaris > 10 /linux. > ls `echo $PATH|tr ':' ' '` must work on GNU/Linux .. no idea about Solaris.. must work though as it is a Unix. Most pobably you are using Bourne Again SHell (bash) as your shell. A list of built-in commands can be got by issuing "help" on the command line. More help about the SHELL built-ins can be got by giving "help builtincommand" or the "SHELL BUILTIN COMMANDS" section of its man page. -- Laxminarayan G Kamath A [EMAIL PROTECTED] -- http://mm.glug-bom.org/mailman/listinfo/linuxers

