From: "Mark E." To: Date: Sun, 2 Sep 2001 12:09:52 -0400 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Bash 2.05 beta of 28-Aug-2001 query Message-ID: <3B922190.28256.26496E@localhost> In-reply-to: <000b01c133a0$64f27600$0a02a8c0@acceleron> X-mailer: Pegasus Mail for Win32 (v3.12c) Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > > Bash 2.05 less example: > > OSTYPE=msdosdjgpp > > PATH=$'c:/dj204/bin;c:/windows;c:/windows/command;c:/bin' From the documentation: 3. New Features in Bash b. When `set' is called without options, it prints function defintions in a way that allows them to be reused as input. This affects `declare' and `declare -p' as well. then look at the ansi-c quoting rules section.