Re: -a vs -e

2013-09-07 Thread Chet Ramey
On 9/7/13 1:04 AM, Dan Douglas wrote: > -o and -a are for entertainment. Anyone who uses more than four arguments to test is on his own. -- ``The lyf so short, the craft so long to lerne.'' - Chaucer ``Ars longa, vita brevis'' - Hippocrates Chet Ramey, ITS, CWRUc...@case.edu

Re: multi-line like C-style comments ( /* code */ ) in bash

2013-09-07 Thread Chris Down
On 2013-09-07 20:05, Edik Bondarenko wrote: > I am added function `discard_multiline_comments` which disables code > between /* and */ (C-style comments). > The body of the function is located in the file y.tab.c : 5140 . > Can this functionality be added in the next release ? Please look into how

Re: multi-line like C-style comments ( /* code */ ) in bash

2013-09-07 Thread Dennis Williamson
On Sat, Sep 7, 2013 at 12:05 PM, Edik Bondarenko wrote: > I am added function `discard_multiline_comments` which disables code > between /* and */ (C-style comments). > The body of the function is located in the file y.tab.c : 5140 . > Can this functionality be added in the next release ? > I did

Re: multi-line like C-style comments ( /* code */ ) in bash

2013-09-07 Thread Dan Douglas
On Saturday, September 07, 2013 08:05:53 PM Edik Bondarenko wrote: > I am added function `discard_multiline_comments` which disables code > between /* and */ (C-style comments). > The body of the function is located in the file y.tab.c : 5140 . > Can this functionality be added in the next release