[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 'wait -n' with and without id arguments
From: |
Chet Ramey |
Subject: |
Re: 'wait -n' with and without id arguments |
Date: |
Mon, 21 Oct 2024 14:31:50 -0400 |
User-agent: |
Mozilla Thunderbird |
On 10/20/24 8:51 PM, Zachary Santer wrote:
On item 58:
My external 'kill' is from Cygwin Utilities, naturally, but its -l
does what bash's 'kill -l' does in POSIX mode and its -L does
something similar to what bash's 'kill -l' does in default mode. Could
POSIX-mode bash 'kill -L' still give the table, instead of doing the
same thing as 'kill -l'?
I'll think about it. The `-L' option just exists so it's not an error,
plus it's not POSIX, and having it do the same thing as `-l' seems
reasonable.
Item 3 is also a weird thing to do, but you can turn alias expansion
right back off in a script with 'shopt -u expand_aliases', so
whatever.
POSIX doesn't make any distinction between interactive and non-
interactive shells for aliases.
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRU chet@case.edu http://tiswww.cwru.edu/~chet/
OpenPGP_signature.asc
Description: OpenPGP digital signature
- Re: 'wait -n' with and without id arguments, (continued)
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Re: 'wait -n' with and without id arguments, Robert Elz, 2024/10/17
- Re: 'wait -n' with and without id arguments, Chet Ramey, 2024/10/20
Re: 'wait -n' with and without id arguments, Chet Ramey, 2024/10/17
Re: 'wait -n' with and without id arguments, Lawrence Velázquez, 2024/10/20
Re: 'wait -n' with and without id arguments,
Chet Ramey <=