This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Useful Cygwinism: "Explorer Here"


On 28-6-2002 12:13, Marc Chantreux wrote:

   cygstart ${1:-.}

can you tell more about this variable ?
$ man bash

 ${parameter:-word}
   Use Default Values. If parameter is unset or null, the expansion of
   word is substituted. Otherwise, the value of parameter is substituted.

- Michael


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]