Re: Design question(s), re: why use of tmp-files or named-pipes(/dev/fd/N) instead of plain pipes?

2015-10-18 Thread Chet Ramey
On 10/17/15 8:43 PM, Linda Walsh wrote: > > > Chet Ramey wrote: >> On 10/16/15 7:52 PM, Linda Walsh wrote: >> >>> As I mentioned, my initial take on implementation was >>> using standard pipes instead of named pipes (not having read >>> or perhaps having glossed over the 'named pipes' aspect). >>

Re: why must bash zap last search string just because we hit ^C?

2015-10-18 Thread Bob Proulx
Eduardo A. Bustamante López wrote: > $ some long command I've typed > And then boss calls: URGENT! Run uptime and tell me the output, I'll: > $ some long command I've typed > Press Ctrl-u > $ _ > Write uptime RET > $ uptime > 11:23:45 up 4 days, 22:39, 4 users, load average: 0.51, 0.86, 0.75 >

Re: why must bash zap last search string just because we hit ^C?

2015-10-18 Thread Eduardo A . Bustamante López
On Sun, Oct 18, 2015 at 12:01:56PM +0800, 積丹尼 Dan Jacobson wrote: > > "DR" == Dave Rutherford writes: > > DR> Can you run gnu screen? ^A-c will get you a new shell session in the > DR> existing terminal emulator (it will use a new terminal device, though, > DR> if that's what you care about.)

Re: problem with @A and arrays

2015-10-18 Thread isabella parakiss
On 10/18/15, Chet Ramey wrote: > (BTW, your patch does not result in a valid declare command with a > correct compound assignment.) > Yes I'm sorry, I noticed it after sending the message... --- xoxo iza