On Mon, 05 Jan 2009 08:51:11 -0500, Robert Pendell <shi...@elite-systems.org> wrote: >For all of the above you probably wouldn't find anything in bash >built-in help docs. You would find it in the man page for bash. Type >'man bash' in a cygwin window and you will find both -l and -c defined >there. Just for reference... > >-l - Make bash act as if it had been invoked as a login shell. >--login - Same as -l. > >-c string - If the -c option is present then commands are read from >string. if there are arguments after the string, they are assigned to >the positional parameters, starting with $0. > >http://cygwin.com/acronyms/#RTFM
Thanks for your detailed explanations. -- .: Hongyi Zhao [ hongyi.zhao AT gmail.com ] Free as in Freedom :. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/