Re: /dev/tcp feature request...

2025-04-12 Thread MacBeth
On Wed, Apr 9, 2025 at 8:48 AM A. James Lewis wrote: > > Yes, this is how I am doing it currently, but remember that once you > cut that subshell loose, you cannot easily get a response from it and > certainly can't pass variables back... and you are more or less forced > to wait for a sensible ti

Re: Make cd built-in as resilient as mkdir -p built-in

2025-04-12 Thread Laurent Lyaudet
Le ven. 11 avr. 2025 à 18:11, Chet Ramey a écrit : > On 4/10/25 12:29 PM, Laurent Lyaudet wrote: > > Hello :), > > > > Recently, I noticed during tests that mkdir -p can handle paths beyond > > PATH_MAX that is currently 4096. > > But cd cannot do this. > > POSIX requires cd to fail in this case,