delorie.com/archives/browse.cgi | search |
> call me crazy but I like orthogonality, and logically named > commands. You like two completely different ways of doing assignments? First, export foo=bar is just convenient shorthand for foo=bar export foo There is only one way to do assignment statements in sh: var=value. All variable assignments are local, with the single exception of variable assignments preceding a command. `export' is the only way to make a variable part of the environment. sh-style shells are much more consistent. -- ``The lyf so short, the craft so long to lerne.'' - Chaucer ( ``Discere est Dolere'' -- chet) Chet Ramey, CWRU chet AT po DOT CWRU DOT Edu http://cnswww.cns.cwru.edu/~chet/ -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |